@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/******************************
mixin
******************************/
.u-bleed-right {
  box-sizing: content-box;
  /* 要素を右にズラして、幅を増やして右端をビュー端に合わせる */
  margin-right: calc(50% - 50vw);
  /* ズラした分だけ幅を広げる（右だけ伸ばすためのトリック） */
  width: calc(100% + 50vw - 50%);
  overflow: visible; /* 必要に応じて hidden に変更可（ただし切れる可能性あり） */
}

.u-bleed-left {
  box-sizing: content-box;
  /* 左をビュー端まで伸ばす場合（鏡像） */
  margin-left: calc(50% - 50vw);
  /* ズラした分だけ幅を広げる（右だけ伸ばすためのトリック） */
  width: calc(100% + 50vw - 50%);
  overflow: visible; /* 必要に応じて hidden に変更可（ただし切れる可能性あり） */
}

.u-bleed-both {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  box-sizing: border-box;
  overflow: visible;
}

/******************************
バリアブル
******************************/
/******************************
ベース
******************************/
:root {
  /* layput vars */
  --aside-w: 0px; /* SP時 */
  --gap-x: 0px; /* 列間ギャップが必要なら */
  /* header vars */
  --header-h: 54px;
  /* spacing vars */
  --inner-pl: 17px; /* SP既定 左padding */
  --inner-pr: 17px; /* SP既定 右padding */
  --hero-inner: 12px; /*SPのheroの左padding*/
}

@media screen and (min-width: 768px) {
  :root {
    /* layput vars */
    --aside-w: 234px;
    --gap-x: 40px;
    /* header vars */
    --header-h: 118px;
    /* spacing vars */
    --inner-pl: 24px; /* トップ基準の左余白 */
    --inner-pr: 24px; /* トップ基準の右余白 */
  }
}
@media screen and (min-width: 1024px) {
  :root {
    /* layput vars */
    --aside-w: 234px;
    --gap-x: 56px;
    /* header vars */
    --header-h: 118px;
    /* spacing vars */
    --inner-pl: 34px; /* トップ基準の左余白 */
    --inner-pr: 34px; /* トップ基準の右余白 */
    --inner-max: 1560px; /* PC画面幅大の時用 */
  }
}
html, body {
  overscroll-behavior: none;
}

html {
  font-size: 16;
  scroll-padding-top: var(--header-h);
}

body {
  min-width: 320px;
  width: 100%;
  margin: 0;
  background: #fff;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #222;
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
body.is-scrollLock {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

*:focus {
  scroll-margin-top: var(--header-h);
}

/******************************
l-inner 汎用インナー
******************************/
.l-inner {
  width: 100vw;
  max-width: var(--inner-max);
  padding-left: var(--inner-pl);
  padding-right: var(--inner-pr);
  margin-inline: auto;
  box-sizing: border-box;
}

.l-inner--1024 {
  width: 100vw;
  padding-left: var(--inner-pl);
  padding-right: var(--inner-pr);
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-inner--1024 {
    margin-inline: auto;
    max-width: 1024px;
  }
}

.l-inner--1380 {
  width: 100vw;
  padding-left: var(--inner-pl);
  padding-right: var(--inner-pr);
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-inner--1380 {
    margin-inline: auto;
    max-width: 86.25rem;
  }
}

.l-inner--lower {
  width: 100vw;
  padding-left: var(--inner-pl);
  padding-right: var(--inner-pr);
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-inner--lower {
    margin-inline: auto;
    max-width: 64rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}

.l-inner--800 {
  width: 100vw;
  max-width: 52.75rem;
  margin-inline: auto;
  padding-left: var(--inner-pl);
  padding-right: var(--inner-pr);
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-inner--800 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}

.l-inner--entry {
  width: 100vw;
  padding-left: var(--inner-pl);
  padding-right: var(--inner-pr);
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .l-inner--entry {
    margin-inline: auto;
    max-width: 57.75rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}

/******************************
main
******************************/
#entry .l-main,
#entry-thanks .l-main {
  margin-top: var(--header-h);
}

/******************************
フォント
******************************/
.c-viga {
  font-family: "Viga", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c-poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c-notoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/******************************
ボタン
******************************/
.c-button--wb {
  position: relative;
  display: flex;
  width: 17.3125rem;
  height: 3.875rem;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 100%;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #222;
}
@media screen and (min-width: 768px) {
  .c-button--wb {
    width: 22.1875rem;
    height: 5rem;
    font-size: 1.25rem;
  }
}
.c-button--wb::after {
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(/wp-content/themes/tetote/img/icon_arrow1.svg) no-repeat center/contain;
  filter: invert(12%) sepia(11%) saturate(57%) hue-rotate(330deg) brightness(98%) contrast(97%);
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-button--wb::after {
    width: 1.25rem;
    height: 1.25rem;
    right: 1.25rem;
  }
}
.c-button--wb:hover, .c-button--wb:focus, .c-button--wb:focus-visible {
  color: #fff;
  background-color: #222;
}
.c-button--wb:hover::after, .c-button--wb:focus::after, .c-button--wb:focus-visible::after {
  filter: brightness(0) invert(1);
}

.c-button--gb {
  position: relative;
  display: flex;
  width: 34.75rem;
  height: 4.375rem;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 100%;
  background-color: #AFA86F;
}
.c-button--gb::after {
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(/wp-content/themes/tetote/img/icon_arrow1.svg) no-repeat center/contain;
  filter: invert(12%) sepia(11%) saturate(57%) hue-rotate(330deg) brightness(98%) contrast(97%);
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
.c-button--gb:hover, .c-button--gb:focus, .c-button--gb:focus-visible {
  color: #fff;
  background-color: #222;
}
.c-button--gb:hover::after, .c-button--gb:focus::after, .c-button--gb:focus-visible::after {
  filter: brightness(0) invert(1);
}

.c-button--smallGG {
  display: flex;
  width: 7.875rem;
  height: 2.625rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 100%;
  background-color: #AFA86F;
}
.c-button--smallGG:hover, .c-button--smallGG:focus, .c-button--smallGG:focus-visible {
  background-color: #988C2C;
}

.c-button--smallBW {
  display: flex;
  width: 7.875rem;
  height: 2.625rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 100%;
  background-color: #222;
  border: 1px solid #222;
}
.c-button--smallBW:hover, .c-button--smallBW:focus, .c-button--smallBW:focus-visible {
  color: #222;
  background-color: #fff;
}

.c-button--arrowW {
  position: relative;
  display: flex;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #222;
  transition: transform 0.3s ease;
}
.c-button--arrowW::after {
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(/wp-content/themes/tetote/img/icon_arrow2.svg) no-repeat center/contain;
  filter: invert(12%) sepia(11%) saturate(57%) hue-rotate(330deg) brightness(98%) contrast(97%);
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.c-button--arrowW:hover, .c-button--arrowW:focus {
  transform: scale(1.2);
}

.c-button--arrowB {
  position: relative;
  display: flex;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #222;
  transition: transform 0.3s ease;
}
.c-button--arrowB::after {
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(/wp-content/themes/tetote/img/icon_arrow2.svg) no-repeat center/contain;
  filter: brightness(0) invert(1);
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.c-button--arrowB:hover, .c-button--arrowB:focus {
  transform: scale(1.2);
}

/******************************
ハンバーガーメニュー
******************************/
.c-hamburger {
  --bar-w: 32px;
  --bar-h: 2px;
  display: block;
  width: 32px;
  height: 38px;
  color: #fff;
  font-size: 0.625rem;
  line-height: 100%;
  position: relative;
  z-index: 1200;
  /* ─ 基本リセット ─ */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  cursor: pointer;
  /* フォーカスリングをつける */
  /* 展開アニメーション*/
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    --bar-w: 52px;
    --bar-h: 2px;
    width: 52px;
    height: 61px;
    font-size: 0.75rem;
  }
}
.c-hamburger:focus {
  outline: 2px solid #2684ff;
  outline-offset: 3px;
}
.c-hamburger:focus-visible {
  outline: 2px solid #2684ff;
  outline-offset: 3px;
}
@supports selector(:focus-visible) {
  .c-hamburger:focus:not(:focus-visible) {
    outline: none;
  }
}
.c-hamburger span {
  position: absolute;
  left: 50%;
}
.c-hamburger__bar {
  width: var(--bar-w);
  height: calc(var(--bar-h) * 2);
  transform: translateX(-50%) scaleY(0.5);
  -webkit-transform: translateX(-50%) scaleY(0.5);
  -ms-transform: translateX(-50%) scaleY(0.5);
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.c-hamburger__bar:nth-child(1) {
  top: 1px;
}
@media screen and (min-width: 768px) {
  .c-hamburger__bar:nth-child(1) {
    top: 2px;
  }
}
.c-hamburger__bar:nth-child(2) {
  top: 10px;
}
@media screen and (min-width: 768px) {
  .c-hamburger__bar:nth-child(2) {
    top: 17px;
  }
}
.c-hamburger__bar:nth-child(3) {
  top: 19px;
}
@media screen and (min-width: 768px) {
  .c-hamburger__bar:nth-child(3) {
    top: 32px;
  }
}
.c-hamburger__text {
  width: 28px;
  bottom: 1px;
  text-transform: uppercase;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-hamburger__text {
    width: 34px;
    bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .c-hamburger[aria-expanded=true] {
    margin-left: 6px;
  }
}
.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-child(1),
.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-child(3) {
  top: 10px;
  transform-origin: center;
  background-color: #222;
}
@media screen and (min-width: 768px) {
  .c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-child(1),
.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-child(3) {
    top: 20px;
  }
}
.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-child(1) {
  transform: translateX(-50%) rotate(45deg) scaleY(0.5);
}
.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-child(2) {
  opacity: 0;
}
.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg) scaleY(0.5);
}
.c-hamburger[aria-expanded=true] .c-hamburger__text {
  opacity: 0;
}

/******************************
セクションタイトル
******************************/
.c-topSectionTitle {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100vw - var(--inner-pl));
  white-space: nowrap;
  overflow: hidden;
  box-sizing: content-box;
  /* 要素を右にズラして、幅を増やして右端をビュー端に合わせる */
  margin-right: calc(50% - 50vw);
  /* ズラした分だけ幅を広げる（右だけ伸ばすためのトリック） */
  width: calc(100% + 50vw - 50%);
  overflow: visible; /* 必要に応じて hidden に変更可（ただし切れる可能性あり） */
}
.c-topSectionTitle__upper {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100vw - var(--inner-pl));
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-topSectionTitle__upper {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-topSectionTitle__upper {
    font-size: 3.25rem;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
  }
}
.c-topSectionTitle__upper span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
  text-underline-position: from-font;
}
@media screen and (min-width: 768px) {
  .c-topSectionTitle__upper span {
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2px;
  }
}
.c-topSectionTitle__lower {
  position: relative;
  color: rgba(151, 151, 151, 0.1);
  font-size: 5rem;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100vw - var(--inner-pl));
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-topSectionTitle__lower {
    font-size: 7.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-topSectionTitle__lower {
    font-size: 8.5rem;
  }
}

/******************************
メンバーカード
******************************/
.c-memberCard {
  width: 15.375rem;
}
@media screen and (min-width: 768px) {
  .c-memberCard {
    width: 18.75rem;
  }
}
.c-memberCard__head {
  position: relative;
  padding-bottom: 1.125rem;
  width: 100%;
  height: auto;
}
.c-memberCard__head .c-memberCard__media {
  width: 15.375rem;
  height: 19.4375rem;
  aspect-ratio: auto;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-memberCard__head .c-memberCard__media {
    width: 18.75rem;
    height: 23.6875rem;
  }
}
.c-memberCard__head .c-memberCard__text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  top: 16.4375rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-memberCard__head .c-memberCard__text {
    top: 20.6875rem;
  }
}
.c-memberCard__head .c-memberCard__text p {
  font-weight: 700;
  line-height: 1;
  background-color: #AFA86F;
  padding: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-memberCard__head .c-memberCard__text p {
    font-size: 1.25rem;
    padding: 0.3125rem 0.4375rem;
  }
}
.c-memberCard__body {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-memberCard__body {
    margin-top: 1rem;
  }
}
.c-memberCard__body .c-memberCard__info {
  display: flex;
  gap: 0.8125rem;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-memberCard__body .c-memberCard__info {
    gap: 0.5625rem;
    margin-bottom: 1rem;
  }
}
.c-memberCard__body .c-memberCard__info p {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-memberCard__body .c-memberCard__info p {
    font-size: 1rem;
  }
}
.c-memberCard__body h3,
.c-memberCard__body h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-memberCard__body h3,
.c-memberCard__body h2 {
    font-size: 1.5rem;
  }
}
.c-memberCard__body h3 span ~ span,
.c-memberCard__body h2 span ~ span {
  margin-left: 0.375rem;
}

/******************************
下層ページ　ヒーロー
******************************/
.c-lowerHero {
  margin-top: var(--header-h);
  height: 21.1875rem;
}
.c-lowerHero .l-inner--lower {
  padding-top: 4.6875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.c-lowerHero__lead, .c-lowerHero__title, .c-lowerHero__outline {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  background-color: #fff;
}
.c-lowerHero__lead {
  font-size: clamp(2.625rem, 1.3129770992rem + 5.5979643766vw, 4rem);
  text-transform: uppercase;
  padding: 0.1875rem 0.625rem;
}
.c-lowerHero__title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.1875rem 0.625rem;
  margin-top: 1.125rem;
}
.c-lowerHero__outline {
  color: #988C2C;
  font-weight: 700;
  padding: 0.4375rem 0.625rem;
  margin-top: 1.125rem;
}

#about-us .c-lowerHero {
  background: url(/wp-content/themes/tetote/img/img_hero_about.jpg) no-repeat center/cover;
}

.post-type-archive-staff .c-lowerHero {
  background: url(/wp-content/themes/tetote/img/img_hero_staff.jpg) no-repeat center/cover;
}

#blog .c-lowerHero {
  background: url(/wp-content/themes/tetote/img/img_hero_blog.jpg) no-repeat center/cover;
}

#benefits .c-lowerHero {
  background: url(/wp-content/themes/tetote/img/img_hero_benefits.jpg) no-repeat center/cover;
}

#career .c-lowerHero {
  background: url(/wp-content/themes/tetote/img/img_hero_career.jpg) no-repeat center/cover;
}

#details .c-lowerHero {
  background: url(/wp-content/themes/tetote/img/img_hero_details.jpg) no-repeat center/cover;
}

#faq .c-lowerHero {
  background: url(/wp-content/themes/tetote/img/img_hero_faq.jpg) no-repeat center/cover;
}

.blog .c-lowerHero {
  background: url(/wp-content/themes/tetote/img/img_hero_blog.jpg) no-repeat center/cover;
}

/******************************
パンくずリスト
******************************/
.c-breadcrumbs {
  background-color: #f0f0f0;
}
.c-breadcrumbs .l-inner--lower {
  padding-left: 1.5rem;
}
.c-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  padding-block: clamp(0.75rem, 0.2729007634rem + 2.0356234097vw, 1.25rem);
}
.c-breadcrumbs__list li {
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
}
.c-breadcrumbs__list li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 0.3125rem;
}

#entry .c-breadcrumbs,
#entry-thanks .c-breadcrumbs {
  margin-top: var(--header-h);
}

.single-post .c-breadcrumbs__list {
  padding-block: calc(clamp(0.75rem, 0.2729007634rem + 2.0356234097vw, 1.25rem) - 0.0871875rem);
}
.single-post .c-breadcrumbs__list li:last-child {
  line-height: 1.2;
}

/******************************
下層 セクションタイトル
******************************/
.c-lowerSectionTitle {
  font-size: clamp(1.5rem, 1.2110939908rem + 1.2326656394vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: calc(-1 * clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem));
  margin-bottom: clamp(2.5rem, 1.4166024653rem + 4.6224961479vw, 4.375rem);
}
@media screen and (min-width: 768px) {
  .c-lowerSectionTitle {
    margin-bottom: 7.0625rem;
  }
}
@media (max-width: 350px) {
  .c-lowerSectionTitle {
    font-size: 1.375rem;
  }
}

/******************************
blog unit
******************************/
.c-blogUnit {
  max-width: 28.75rem;
  margin-inline: auto;
}
.c-blogUnit a {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  max-width: 28.75rem;
}
.c-blogUnit a .c-blogUnit__img {
  flex-basis: 35.48%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 768px) {
  .c-blogUnit a .c-blogUnit__img {
    flex-basis: 34.51%;
  }
}
.c-blogUnit a .c-blogUnit__text {
  flex-basis: 64.52%;
  padding: 0.5rem 0.4375rem 0.3125rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-blogUnit a .c-blogUnit__text {
    flex-basis: 65.49%;
    padding: 1.25rem 1.4375rem;
  }
}
.c-blogUnit a .c-blogUnit__text .c-blogUnit__category {
  font-size: 0.75rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-blogUnit a .c-blogUnit__text .c-blogUnit__category {
    font-size: 0.875rem;
    margin-bottom: 1.4375rem;
  }
}
.c-blogUnit a .c-blogUnit__text .c-blogUnit__category::before {
  display: block;
  content: "";
  width: 0.75rem;
  height: 0.875rem;
  background: url(/wp-content/themes/tetote/img/icon_blog.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .c-blogUnit a .c-blogUnit__text .c-blogUnit__category::before {
    width: 0.875rem;
  }
}
.c-blogUnit a .c-blogUnit__text .c-blogUnit__link {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  min-height: 3.9375rem;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .c-blogUnit a .c-blogUnit__text .c-blogUnit__link {
    font-size: 1rem;
    min-height: 5.0625rem;
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-blogUnit a .c-blogUnit__text .c-blogUnit__link {
    font-size: 1.125rem;
    min-height: 5.0625rem;
    margin-bottom: 0.625rem;
  }
}
.c-blogUnit a .c-blogUnit__text .c-blogUnit__date {
  font-size: 0.75rem;
  line-height: 1;
}
.c-blogUnit a:hover, .c-blogUnit a:focus {
  opacity: 0.7;
}

/******************************
navLinks
******************************/
.c-navLinks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-navLinks__prev, .c-navLinks__next {
  flex-basis: 50%;
  padding-block: 0.4375rem 0.6875rem;
}
.c-navLinks__prev a, .c-navLinks__next a {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 0.2132633588rem + 2.2900763359vw, 1.3125rem);
}
.c-navLinks__prev a .c-navLinks__label, .c-navLinks__next a .c-navLinks__label {
  flex-basis: calc((100vw - var(--inner-pl) - var(--inner-pr)) * 0.5 - clamp(1.125rem, 0.7671755725rem + 1.5267175573vw, 1.5rem) - clamp(0.75rem, 0.2132633588rem + 2.2900763359vw, 1.3125rem));
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem;
}
.c-navLinks__prev a .c-navLinks__label span:first-child, .c-navLinks__next a .c-navLinks__label span:first-child {
  line-height: 1.5;
}
.c-navLinks__prev a .c-navLinks__label span:last-child, .c-navLinks__next a .c-navLinks__label span:last-child {
  font-size: 0.75rem;
  line-height: 1;
  width: 100%;
}
.c-navLinks__prev {
  border-right: 1px solid #222;
}
.c-navLinks__prev a {
  justify-content: flex-start;
  padding-right: clamp(0.75rem, 0.2132633588rem + 2.2900763359vw, 1.3125rem);
}
.c-navLinks__prev a::before {
  content: "";
  display: block;
  width: clamp(1.125rem, 0.7671755725rem + 1.5267175573vw, 1.5rem);
  height: clamp(1.125rem, 0.7671755725rem + 1.5267175573vw, 1.5rem);
  background: url(/wp-content/themes/tetote/img/icon_left.svg) no-repeat center/contain;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.c-navLinks__prev a .c-navLinks__label {
  align-items: flex-start;
}
.c-navLinks__next a {
  justify-content: flex-end;
  padding-left: clamp(0.75rem, 0.2132633588rem + 2.2900763359vw, 1.3125rem);
}
.c-navLinks__next a::after {
  content: "";
  display: block;
  width: clamp(1.125rem, 0.7671755725rem + 1.5267175573vw, 1.5rem);
  height: clamp(1.125rem, 0.7671755725rem + 1.5267175573vw, 1.5rem);
  background: url(/wp-content/themes/tetote/img/icon_right.svg) no-repeat center/contain;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.c-navLinks__next a .c-navLinks__label {
  align-items: flex-end;
}

.c-navLinks:not(:has(.c-navLinks__prev)) .c-navLinks__next {
  border-left: 1px solid #222;
}

/******************************
table
******************************/
.c-table {
  width: 100%;
}
.c-table tbody tr {
  width: 100%;
  border-bottom: 1px dashed #222;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-table tbody tr {
    flex-direction: row;
  }
}
.c-table tbody tr th,
.c-table tbody tr td {
  width: 100%;
  line-height: 1;
}
.c-table tbody tr th {
  padding-block: 1.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-table tbody tr th {
    width: 14.4375rem;
    padding-block: 2.21875rem;
  }
}
.c-table tbody tr td {
  padding-block: 0.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-table tbody tr td {
    width: calc(100% - 14.4375rem);
    padding-block: 2.21875rem;
  }
}
.c-table tbody tr td ul li {
  line-height: 1.5;
  margin-left: 0.625rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-table tbody tr td ul li::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #222;
  border-radius: 50%;
  margin-right: 0.625rem;
  margin-top: 13px;
}
.c-table tbody tr td p {
  line-height: 1.5;
}

/******************************
lowerMenu
******************************/
.c-lowerMenu {
  display: grid;
  grid-template-columns: 18.375rem;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-lowerMenu {
    grid-template-columns: minmax(236px, 1fr) minmax(236px, 1fr) minmax(236px, 1fr);
    gap: clamp(0.375rem, -7.6875rem + 16.796875vw, 3.0625rem);
  }
}
.c-lowerMenu__button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  height: 3.5rem;
  border: 1px solid #222;
  border-radius: 1.8125rem;
  background-color: #FAF7F1;
}
@media screen and (min-width: 768px) {
  .c-lowerMenu__button a {
    font-size: clamp(1.125rem, 0.75rem + 0.78125vw, 1.25rem);
  }
}
.c-lowerMenu__button a span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.c-lowerMenu__button a span::after {
  display: inline-block;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(/wp-content/themes/tetote/img/icon_arrow-down.svg) no-repeat center/contain;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-lowerMenu__button a span::after {
    width: clamp(1.125rem, 0.75rem + 0.78125vw, 1.25rem);
    height: clamp(1.125rem, 0.75rem + 0.78125vw, 1.25rem);
    margin-left: clamp(0.5rem, 0.125rem + 0.78125vw, 0.625rem);
  }
}

/******************************
accordion
******************************/
.c-accordion {
  border-top: 1px solid #AFA86F;
  padding-block: 1.96875rem;
}
.c-accordion:last-child {
  border-bottom: 1px solid #AFA86F;
}
.c-accordion__summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消す */
  display: grid;
  grid-template-columns: 16px 1fr 16px;
  gap: 20px;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
  /* Safariで表示されるデフォルトの三角形アイコンを消す */
}
.c-accordion__summary::-webkit-details-marker {
  display: none;
}
.c-accordion__summary::before {
  content: "Q";
  color: #988C2C;
  font-family: "Viga", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.c-accordion__summary .c-accordion__icon {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
}
.c-accordion__summary .c-accordion__icon::before, .c-accordion__summary .c-accordion__icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #988C2C;
  top: calc(50% - 0.5px);
  right: 0;
  transition: all 0.3s;
}
.c-accordion__summary .c-accordion__icon::before {
  opacity: 1;
}
.c-accordion__summary .c-accordion__icon::after {
  transform-origin: center center;
  transform: rotate(90deg);
}
.c-accordion__content {
  margin-top: 0.875rem;
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.c-accordion__content .c-accordion__inner p {
  font-size: 1rem;
  line-height: 1.5;
}
.c-accordion:nth-child(3), .c-accordion:nth-child(4), .c-accordion:nth-child(5), .c-accordion:last-child {
  padding-top: 2.21875rem;
}

/* アコーディオンが開いた時 */
.c-accordion[open] .c-accordion__icon::before {
  opacity: 0;
}
.c-accordion[open] .c-accordion__icon::after {
  transform-origin: center center;
  transform: rotate(0) translateY(1px) scaleY(1.5);
}

/******************************
color
******************************/
.c-color--gold {
  color: #988C2C;
}

/******************************
reCAPTCHA
******************************/
/******************************
content
******************************/
h2.wp-block-heading {
  font-size: clamp(1.25rem, 1.0114503817rem + 1.0178117048vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: calc(-1 * clamp(0.3125rem, 0.2528625954rem + 0.2544529262vw, 0.375rem));
  margin-bottom: calc(3.125rem - clamp(0.3125rem, 0.2528625954rem + 0.2544529262vw, 0.375rem));
}

h3.wp-block-heading {
  font-size: clamp(1.125rem, 1.0057251908rem + 0.5089058524vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.25rem;
}

h4.wp-block-heading {
  font-size: clamp(1.0625rem, 1.0028625954rem + 0.2544529262vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}

h5.wp-block-heading {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.75rem;
}

h6.wp-block-heading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

ul.wp-block-list {
  margin-left: 1.5em;
  margin-bottom: 1.4375rem;
}
ul.wp-block-list > li {
  position: relative;
}
ul.wp-block-list > li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 0.9em;
  left: -0.9em;
  border-radius: 50%;
  background-color: #222;
}
ul.wp-block-list > li ul {
  margin-left: 1.5em;
  margin-bottom: 0;
}

ol.wp-block-list {
  margin-left: 1em;
  margin-bottom: 1.4375rem;
}
ol.wp-block-list > li {
  list-style-type: decimal;
}
ol.wp-block-list > li ul {
  margin-left: 1em;
  margin-bottom: 0;
}

li ol.wp-block-list {
  margin-bottom: 0;
}

ol.wp-block-list li a,
ul.wp-block-list li a {
  text-decoration: underline;
}

blockquote.wp-block-quote {
  position: relative;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #AFA86F;
}
blockquote.wp-block-quote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: url(/wp-content/themes/tetote//img/icon_quot.svg) center/contain no-repeat;
}
blockquote.wp-block-quote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
blockquote.wp-block-quote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

pre.wp-block-code {
  max-width: 100%;
  margin-bottom: 1.4375rem;
}

pre.wp-block-preformatted {
  max-width: 100%;
  margin-bottom: 1.4375rem;
}

.wp-block-flexible-table-block-table {
  margin-bottom: 1.4375rem;
}
.wp-block-flexible-table-block-table .is-stacked-on-mobile td {
  border-bottom: none;
}
.wp-block-flexible-table-block-table .is-stacked-on-mobile tr:last-child {
  border-bottom: 1px solid #000;
}

.wp-block-flexible-table-block-table.is-scroll-on-mobile {
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile {
    padding-bottom: 0;
  }
}
.wp-block-flexible-table-block-table.is-scroll-on-mobile:after {
  position: absolute;
  left: 0.25rem;
  bottom: 0.125rem;
  content: "この表は横にスクロールできます";
  color: #757575;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile:after {
    display: none;
  }
}

.wp-block-gallery {
  margin-bottom: 1.4375rem;
}

.wp-block-file {
  margin-bottom: 1.4375rem;
}
.wp-block-file a {
  text-decoration: underline;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
  color: #fff;
  background-color: #AFA86F;
}
.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:focus {
  background-color: #988C2C;
}

.wp-block-buttons {
  margin-bottom: 1.4375rem;
}

.wp-block-button {
  margin-bottom: 1.4375rem;
}
.wp-block-button a.wp-block-button__link {
  color: #222;
  background-color: #AFA86F;
}
.wp-block-button a.wp-block-button__link:hover, .wp-block-button a.wp-block-button__link:focus {
  color: #fff;
  background-color: #222;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
  color: #222;
  border-color: #222;
  background-color: #fff;
}
.wp-block-button.is-style-outline a.wp-block-button__link:hover, .wp-block-button.is-style-outline a.wp-block-button__link:focus {
  color: #fff;
  background-color: #222;
}

figure.wp-block-image {
  max-width: 100%;
}

.wp-block-group {
  margin-bottom: 1.4375rem;
}
.wp-block-group p {
  margin-bottom: 0;
}

.wp-block-separator {
  margin-top: 1.4375rem;
  margin-bottom: 1.4375rem;
  border-bottom: 1px solid #666;
}
.wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 1px solid #666;
}
.wp-block-separator.is-style-dots {
  width: 100%;
}

.wp-block-spacer {
  height: 60px;
}

figure.wp-block-embed {
  margin-bottom: 1.4375rem;
}

figure.wp-block-embed-youtube {
  margin-bottom: 1.4375rem;
}

figure.wp-block-embed-twitter {
  margin-bottom: 1.4375rem;
}
figure.wp-block-embed-twitter .wp-block-embed__wrapper .twitter-tweet {
  margin-bottom: 0;
}

/******************************
フェードイン
******************************/
.c-fade {
  opacity: 0;
  transform: translateY(30px);
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.c-delay0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.c-delay1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.c-delay2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: none;
  }
}
.c-fade--scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s, transform 0.7s;
}
.c-fade--scroll.is-visible {
  opacity: 1;
  transform: none;
}

.c-fade--scroll2 {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.9s, transform 1s;
}
.c-fade--scroll2.is-visible {
  opacity: 1;
  transform: none;
}

/******************************
ヘッダー
******************************/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}
.p-header__inner {
  padding-block: 0.5rem 0.5rem;
  padding-inline: 0.75rem;
  width: 100%;
  max-width: var(--inner-max);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-block: 1.75rem 1.8125rem;
    padding-inline: 1.625rem 1.875rem;
  }
}
.p-header__title {
  flex-grow: 1;
}
.p-header__title > a {
  display: inline-block;
  width: 9.625rem;
  height: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__title > a {
    width: 15.625rem;
    height: 3.8125rem;
  }
}
.p-header__title > a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.p-header__action {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.375rem;
    margin-top: 0.0625rem;
    margin-right: 2.5rem;
  }
}
.p-header__action a:first-child {
  font-weight: 700;
}
.p-header__action a:last-child {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  body.home .p-header__inner {
    padding-inline: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  body.home .p-header__title {
    margin-top: -2px;
  }
}

.p-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: slideDown 0.3s ease-in-out;
          animation: slideDown 0.3s ease-in-out;
  background-color: #fff;
}
.p-header--sticky .p-header__title > a img {
  filter: invert(9%) sepia(31%) saturate(3%) hue-rotate(25deg) brightness(93%) contrast(89%);
}
.p-header--sticky .c-hamburger {
  color: #222;
}
.p-header--sticky .c-hamburger__bar {
  background-color: #222;
}

@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
body:not(.home) .p-header {
  background-color: #fff;
}
body:not(.home) .p-header .p-header__title > a img {
  filter: invert(9%) sepia(31%) saturate(3%) hue-rotate(25deg) brightness(93%) contrast(89%);
}
body:not(.home) .p-header .c-hamburger__bar {
  background-color: #222;
}
body:not(.home) .p-header .c-hamburger__text {
  color: #222;
}

.p-header.is-open,
.p-header--sticky.is-open {
  background-color: initial;
}
.p-header.is-open .p-header__inner .p-header__title > a img,
.p-header--sticky.is-open .p-header__inner .p-header__title > a img {
  filter: invert(9%) sepia(31%) saturate(3%) hue-rotate(25deg) brightness(93%) contrast(89%);
}

/******************************
ドロワー
******************************/
.p-drawer {
  visibility: hidden;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #FAF7F1;
  padding: 5.625rem 0.75rem;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    padding: 13rem clamp(1.25rem, -6.6785714286rem + 16.5178571429vw, 8.1875rem) 1.25rem;
  }
}
.p-drawer .p-drawer__inner {
  display: flex;
  flex-direction: column;
  max-width: var(--inner-max);
}
@media screen and (min-width: 768px) {
  .p-drawer .p-drawer__inner {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.p-drawer .p-drawer__inner .p-drawer__logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-drawer .p-drawer__inner .p-drawer__logo {
    display: block;
    margin-right: clamp(1.875rem, -0.4107142857rem + 4.7619047619vw, 3.875rem);
  }
}
@media screen and (min-width: 768px) {
  .p-drawer .p-drawer__inner .p-drawer__menu {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: clamp(1.875rem, -0.4107142857rem + 4.7619047619vw, 3.875rem);
    border-left: 1px solid #AFA86F;
  }
}
.p-drawer .p-drawer__inner .p-drawer__menu nav {
  margin-bottom: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-drawer .p-drawer__inner .p-drawer__menu nav {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-drawer .p-drawer__inner .p-drawer__menu nav .p-drawer__list {
    max-height: 20rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-column-gap: clamp(1.25rem, 0.5357142857rem + 1.4880952381vw, 1.875rem);
         column-gap: clamp(1.25rem, 0.5357142857rem + 1.4880952381vw, 1.875rem);
  }
}
.p-drawer .p-drawer__inner .p-drawer__menu nav .p-drawer__list .p-drawer__item:first-child {
  border-top: 1px solid #AFA86F;
}
@media screen and (min-width: 768px) {
  .p-drawer .p-drawer__inner .p-drawer__menu nav .p-drawer__list .p-drawer__item:nth-child(4) {
    border-top: 1px solid #AFA86F;
  }
}
.p-drawer .p-drawer__inner .p-drawer__menu nav .p-drawer__list .p-drawer__item {
  padding-block: clamp(0.78125rem, 0.5611795775rem + 0.9389671362vw, 1.40625rem);
  border-bottom: 1px solid #AFA86F;
}
@media screen and (min-width: 768px) {
  .p-drawer .p-drawer__inner .p-drawer__menu nav .p-drawer__list .p-drawer__item {
    width: clamp(12.5rem, 9.0714285714rem + 7.1428571429vw, 15.5rem);
  }
}
.p-drawer .p-drawer__inner .p-drawer__menu nav .p-drawer__list .p-drawer__item .p-drawer__link {
  display: flex;
  flex-direction: column;
  transition: opacity 0.2s;
}
.p-drawer .p-drawer__inner .p-drawer__menu nav .p-drawer__list .p-drawer__item .p-drawer__link:hover {
  opacity: 0.7;
}
.p-drawer .p-drawer__inner .p-drawer__menu nav .p-drawer__list .p-drawer__item .p-drawer__link span:first-child {
  font-size: clamp(1.125rem, 0.8169014085rem + 1.3145539906vw, 2rem);
  text-transform: uppercase;
  line-height: 100%;
  padding-bottom: clamp(0.5625rem, 0.5184859155rem + 0.1877934272vw, 0.6875rem);
}
.p-drawer .p-drawer__inner .p-drawer__menu nav .p-drawer__list .p-drawer__item .p-drawer__link span:last-child {
  font-size: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
  font-weight: 700;
  line-height: 100%;
}
.p-drawer .p-drawer__inner .p-drawer__menu .p-drawer_button {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-drawer .p-drawer__inner .p-drawer__menu .p-drawer_button {
    flex-direction: row;
    gap: clamp(1.25rem, 0.5357142857rem + 1.4880952381vw, 1.875rem);
  }
}
.p-drawer .p-drawer__inner .p-drawer__menu .p-drawer_button .c-button--smallBW,
.p-drawer .p-drawer__inner .p-drawer__menu .p-drawer_button .c-button--smallGG {
  width: 15.5rem;
}
@media screen and (min-width: 768px) {
  .p-drawer .p-drawer__inner .p-drawer__menu .p-drawer_button .c-button--smallBW,
.p-drawer .p-drawer__inner .p-drawer__menu .p-drawer_button .c-button--smallGG {
    width: clamp(12.5rem, 9.0714285714rem + 7.1428571429vw, 15.5rem);
  }
}
.p-drawer .p-drawer__inner .p-drawer__menu .p-drawer_button .c-button--smallBW {
  font-weight: 700;
}
.p-drawer .p-drawer__inner .p-drawer__menu .p-drawer_button .c-button--smallGG {
  text-transform: uppercase;
}
.p-drawer.is-open {
  visibility: visible;
  transform: translateY(0);
}

/******************************
トップページ　ヒーロー
******************************/
.p-hero {
  position: relative;
  width: 100%;
  height: 41.6875rem;
  overflow: hidden;
  /* （任意）黒バックでフェード間の地色を統一 */
  /* 画像（SPは左右トリミング／PCは幅基準） */
}
.p-hero .swiper,
.p-hero .swiper-wrapper,
.p-hero .swiper-slide,
.p-hero .slide-media {
  height: 100%;
}
.p-hero .swiper-slide {
  background: #000;
}
.p-hero .slide-media {
  position: relative;
  overflow: hidden; /* ズーム時のはみ出しを隠す */
  margin: 0;
}
.p-hero .p-hero__img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
  /* 各スライド/画像で style="--hero-x:65%" 可 */
  transform: translateX(calc(-1 * var(--hero-x, 50%))) scale(1);
  transform-origin: center center;
  will-change: transform; /* パフォーマンスヒント */
}

/* PC / タブレット */
@media screen and (min-width: 768px) {
  .p-hero {
    height: auto;
    aspect-ratio: 1440/823; /* お好みで */
  }
  .p-hero .p-hero__img {
    position: static;
    width: 100%;
    height: auto;
    transform: scale(1);
  }
}
/* Ken Burns（ズームは transform を直接補間） */
@-webkit-keyframes heroZoomSp {
  from {
    transform: translateX(calc(-1 * var(--hero-x, 50%))) scale(1);
  }
  to {
    transform: translateX(calc(-1 * var(--hero-x, 50%))) scale(1.05);
  }
}
@keyframes heroZoomSp {
  from {
    transform: translateX(calc(-1 * var(--hero-x, 50%))) scale(1);
  }
  to {
    transform: translateX(calc(-1 * var(--hero-x, 50%))) scale(1.05);
  }
}
@-webkit-keyframes heroZoomPc {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes heroZoomPc {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
/* アクティブ画像にだけJSで .is-zoom を付ける */
.p-hero__img.is-zoom {
  -webkit-animation: heroZoomSp 7s ease forwards;
          animation: heroZoomSp 7s ease forwards;
}

@media screen and (min-width: 768px) {
  .p-hero__img.is-zoom {
    -webkit-animation: heroZoomPc 7s ease forwards;
            animation: heroZoomPc 7s ease forwards;
  }
}
/* 初期白対策：初期化前は1枚目だけ見せる */
.p-hero:not(.is-inited) .swiper .swiper-slide:first-child {
  opacity: 1 !important;
}

/* “ふわっ”の質感をもう少し柔らかく（fadeのeasingを助ける） */
.p-hero .swiper .swiper-slide {
  transition-property: opacity !important;
  transition-duration: 2s !important; /* JSのspeedとだいたい合わせる */
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.3, 1) !important; /* やわらかい */
}

/* 動きを減らす */
@media (prefers-reduced-motion: reduce) {
  .p-hero__img.is-zoom {
    -webkit-animation: none !important;
            animation: none !important;
  }
  .p-hero .swiper .swiper-slide {
    transition: none !important;
  }
}
.p-hero {
  --inner-max: 1560px; /* 念のためここでも定義可 */
  --hero-inner: 12px; /*SPのheroの左padding*/
  /* 画面幅が --inner-max を超えたら (100vw - max幅) / 2、
     それ以下なら --hero-inner を使う */
  --edge: max(var(--hero-inner), calc((100vw - var(--inner-max)) / 2));
  position: relative;
}
.p-hero__catchcopy {
  position: absolute;
  bottom: 8.5625rem;
  left: 0.75rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-hero__catchcopy {
    bottom: 37.3%;
    left: calc(var(--edge) + 4.125rem - var(--hero-inner));
  }
}
.p-hero__text {
  position: absolute;
  bottom: 7.5rem;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-hero__text {
    bottom: 29%;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__text {
    bottom: 26.8%;
  }
}
.p-hero__news {
  position: absolute;
  left: 0.75rem;
  bottom: 0.625rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-hero__news {
    left: 1.5rem;
    bottom: 2%;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__news {
    left: calc(var(--edge) + 4.4375rem - var(--hero-inner));
    bottom: 4.5%;
  }
}

/******************************
ヒーロ内キャッチコピー
******************************/
.p-heroCatchcopy {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(3rem, 1.2665639445rem + 7.3959938367vw, 6rem);
  line-height: 120%;
}
@media (max-width: 325px) {
  .p-heroCatchcopy {
    font-size: 2.875rem;
  }
}

/******************************
ヒーロ内黒背景テキスト
******************************/
.p-heroText {
  max-width: 100vw;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  padding: 0.5625rem 0.75rem;
  position: relative;
  display: inline-block;
  /*
    &::after {
      position: absolute;
      display: block;
      content: "";
      border-top: 0px solid transparent;
      border-right: 0px solid transparent;
      border-bottom: rem(30) solid transparent;
      border-left: rem(12) solid $color-text;
      width: 0;
      height: 0;
      top: 0;
      right: calc(-1 * rem(12));
      @include mq(tab) {
        border-bottom: rem(44) solid transparent;
        border-left: rem(30) solid $color-text;
        right: calc(-1 * rem(30));
      }
      @include mq(pc) {
        border-bottom: rem(58) solid transparent;
        border-left: rem(30) solid $color-text;
        right: calc(-1 * rem(30));
      }
    }*/
}
@media screen and (min-width: 768px) {
  .p-heroText {
    padding: 0.8125rem 2.25rem 0.8125rem 4.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-heroText {
    padding: 1.0625rem 2.25rem 1.0625rem calc(var(--edge) + 4.125rem - var(--hero-inner));
  }
}
.p-heroText p {
  position: relative;
  z-index: 10;
}
.p-heroText .trapezoid_reverse {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 0.84375rem);
  border-top: 1.875rem solid #222;
  border-right: 20px solid transparent;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .p-heroText .trapezoid_reverse {
    width: calc(100% + 1.5rem);
    border-top: 2.75rem solid #222;
  }
}
@media screen and (min-width: 1024px) {
  .p-heroText .trapezoid_reverse {
    width: calc(100% + 1.9375rem);
    border-top: 3.625rem solid #222;
    border-right: 1.875rem solid transparent;
  }
}
.p-heroText p {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .p-heroText p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-heroText p {
    font-size: 1.5rem;
  }
}

/******************************
ヒーロ内News
******************************/
.p-heroNews {
  display: flex;
  width: calc(100% - 1.5rem);
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .p-heroNews {
    width: calc(100% - 3rem);
    height: 3.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-heroNews {
    width: calc(100% - 8.875rem);
    max-width: 78.9375rem;
    height: 3.875rem;
  }
}
.p-heroNews__head {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  width: 3.25rem;
  border-radius: 50px 0 0 50px;
}
@media screen and (min-width: 768px) {
  .p-heroNews__head {
    width: 11.625rem;
  }
}
.p-heroNews__head h2 {
  color: #fff;
  font-size: 0.625rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-heroNews__head h2 {
    font-size: 1.5rem;
    padding-left: 0.0625rem;
  }
}
.p-heroNews__body {
  background-color: #fff;
  border: 1px solid #222;
  border-left: none;
  width: calc(100vw - 3.25rem - 1.5rem);
  padding-inline: 0.625rem;
  border-radius: 0 50px 50px 0;
}
@media screen and (min-width: 768px) {
  .p-heroNews__body {
    padding-inline: clamp(1.5rem, -3.2142857143rem + 9.8214285714vw, 5.625rem) clamp(1.5rem, -0.0714285714rem + 3.2738095238vw, 2.875rem);
    width: calc(100% - 11.625rem);
  }
}
.p-heroNews__body a {
  font-size: 0.75rem;
  line-height: 1.2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-heroNews__body a {
    font-size: 1rem;
    gap: 2rem;
    padding-block: 0.7375rem;
  }
}
.p-heroNews__body a > span:first-child {
  display: flex;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .p-heroNews__body a > span:first-child {
    width: calc(100% - 5.6875rem - 2rem);
  }
}
.p-heroNews__body a > span:first-child.lineHeight--multi {
  align-items: flex-start;
}
.p-heroNews__body a > span:last-child {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-heroNews__body a > span:last-child {
    width: 5.6875rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 0.375rem;
  }
}
.p-heroNews__body a > span:last-child img {
  width: 10px;
  height: auto;
}
.p-heroNews__body a:hover {
  opacity: 0.6;
}

/******************************
top mission
******************************/
.p-mission {
  padding-bottom: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .p-mission {
    padding-bottom: 4.75rem;
  }
}
.p-mission__head {
  position: relative;
  padding-block: 2.5625rem 4.9375rem;
}
@media screen and (min-width: 768px) {
  .p-mission__head {
    padding-block: 6.3125rem 6.25rem;
  }
}
.p-mission__head .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.p-mission__head .swiper .swiper-wrapper .swiper-slide {
  width: clamp(16.9375rem, 11.7658450704rem + 22.0657276995vw, 31.625rem);
}
.p-mission__head .swiper .swiper-wrapper .swiper-slide .slide-media img {
  width: clamp(16.9375rem, 11.7658450704rem + 22.0657276995vw, 31.625rem);
  height: clamp(13.125rem, 9.0977112676rem + 17.1830985915vw, 24.5625rem);
  border-radius: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mission__head .swiper .swiper-wrapper .slide-media-down {
  padding-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-mission__head .swiper .swiper-wrapper .slide-media-down {
    padding-top: 2.25rem;
  }
}
.p-mission__head .p-mission__text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-mission__head .p-mission__text {
    bottom: 6.8125rem;
    gap: 0.4375rem;
  }
}
.p-mission__head .p-mission__text p {
  display: inline-block;
  font-size: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4583;
  padding: 0.4375rem 0.6875rem;
  background-color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-mission__head .p-mission__text p {
    line-height: 1.45;
  }
}
@media (max-width: 334px) {
  .p-mission__head .p-mission__text p {
    padding: 0.4375rem 0.25rem;
  }
}
.p-mission__body {
  margin-inline: 1rem var(--inner-pr);
}
@media screen and (min-width: 768px) {
  .p-mission__body {
    margin-inline: var(--inner-pl) var(--inner-pr);
  }
}
.p-mission__body > div {
  margin-inline: auto;
  background: url(/wp-content/themes/tetote/img/img_map1.png);
  background-position-x: 0.5625rem;
  background-position-y: top;
  background-size: 20rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-mission__body > div {
    max-width: 64rem;
    background-position-x: center;
    background-size: contain;
    padding-bottom: 0.4375rem;
  }
}
.p-mission__body > div p {
  text-align: center;
  font-size: clamp(1.125rem, 0.7288732394rem + 1.6901408451vw, 2.25rem);
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-mission__body > div p {
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif;
  }
}
.p-mission__body > div p > span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-mission__body > div p:first-child {
  padding-bottom: clamp(2.4375rem, 2.1514084507rem + 1.220657277vw, 3.25rem);
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .p-mission__body > div p:first-child {
    margin-top: 0;
  }
}
.p-mission__body > div p:last-child {
  padding-bottom: clamp(2.5rem, 2.3679577465rem + 0.5633802817vw, 2.875rem);
}
.p-mission__body .c-button--wb {
  margin-inline: auto;
}

/******************************
top member
******************************/
.p-member {
  padding-bottom: 4.4375rem;
}
@media screen and (min-width: 1024px) {
  .p-member {
    padding-bottom: 3.9375rem;
  }
}
.p-member .l-inner--1024 {
  position: relative;
  padding-inline: 1.0625rem;
}
@media screen and (min-width: 1024px) {
  .p-member .l-inner--1024 {
    padding-top: 11.3125rem;
    padding-inline: 2.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-member__title {
    position: absolute;
    top: 2.8125rem;
    left: -8.25rem;
  }
}
.p-member__description {
  line-height: 1.5;
  margin-block: 1.1875rem 3.125rem;
}
@media screen and (min-width: 1024px) {
  .p-member__description {
    margin-block: 0.625rem 3.25rem;
  }
}
.p-member__swiper {
  display: flex;
  padding-inline: 0.5625rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-member__swiper {
    padding-inline: 0;
    padding-bottom: 5rem;
  }
}
.p-member__swiper .p-member__swiperInner {
  flex-grow: 1;
  box-sizing: content-box;
  /* 要素を右にズラして、幅を増やして右端をビュー端に合わせる */
  margin-right: calc(50% - 50vw);
  /* ズラした分だけ幅を広げる（右だけ伸ばすためのトリック） */
  width: calc(100% + 50vw - 50%);
  overflow: visible; /* 必要に応じて hidden に変更可（ただし切れる可能性あり） */
  overflow: hidden;
}
.p-member__swiper .p-member__swiperInner .swiper .swiper-wrapper .swiper-slide {
  width: 15.375rem;
}
@media screen and (min-width: 768px) {
  .p-member__swiper .p-member__swiperInner .swiper .swiper-wrapper .swiper-slide {
    width: 18.75rem;
  }
}
.p-member__swiper .p-member__swiperInner .swiper .swiper-wrapper .swiper-slide:nth-child(even) .c-memberCard {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-member__swiper .p-member__swiperInner .swiper .swiper-wrapper .swiper-slide:nth-child(even) .c-memberCard {
    margin-top: 2.25rem;
  }
}
.p-member .swiper-controller {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-member .swiper-controller {
    width: 8.5rem;
    height: 3.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0.6875rem;
    right: 1.1875rem;
  }
}
.p-member .swiper-controller .swiper-button-prev,
.p-member .swiper-controller .swiper-button-next {
  width: 3.625rem;
  height: 3.625rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
}
.p-member .swiper-controller .swiper-button-prev::after {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.p-member .c-button--wb {
  margin-inline: auto;
}

/******************************
top topBenefits
******************************/
.p-topBenefits {
  padding-bottom: 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-topBenefits {
    padding-bottom: 6.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-topBenefits .l-inner--1024 {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
.p-topBenefits__title {
  margin-bottom: 1.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-topBenefits__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 2.8125rem;
    margin-bottom: 0.375rem;
    margin-inline: auto;
  }
}
.p-topBenefits__description {
  width: auto;
  margin-bottom: 3.1875rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-topBenefits__description {
    padding-left: 8.375rem;
    margin-bottom: 6.875rem;
  }
}
.p-topBenefits__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-topBenefits__contents {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(2rem, -2.4285714286rem + 9.2261904762vw, 5.875rem);
  }
}
.p-topBenefits__contents .p-topBenefits__content {
  position: relative;
  width: 21.3125rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-topBenefits__contents .p-topBenefits__content {
    width: clamp(20.875rem, 14.0178571429rem + 14.2857142857vw, 26.875rem);
  }
}
.p-topBenefits__contents .p-topBenefits__content a {
  width: 100%;
  margin-top: 2.25rem;
}
.p-topBenefits__contents .p-topBenefits__content a img {
  width: 15.6875rem;
  height: auto;
  display: block;
  margin-inline: auto;
  transition: transform 0.3s ease;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-topBenefits__contents .p-topBenefits__content a img {
    width: 100%;
  }
}
.p-topBenefits__contents .p-topBenefits__content a .c-button--arrowB {
  width: clamp(2.625rem, 1.4821428571rem + 2.380952381vw, 3.625rem);
  height: clamp(2.625rem, 1.4821428571rem + 2.380952381vw, 3.625rem);
  position: absolute;
  top: 10.625rem;
  right: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-topBenefits__contents .p-topBenefits__content a .c-button--arrowB {
    top: clamp(14.5rem, 9.2142857143rem + 11.0119047619vw, 19.125rem);
    right: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
  }
}
.p-topBenefits__contents .p-topBenefits__content a h3 {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.4375rem;
  background-color: #AFA86F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 14.25rem;
  margin-top: -1.4375rem;
  margin-bottom: 1.3125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-topBenefits__contents .p-topBenefits__content a h3 {
    font-size: clamp(1.5rem, 0.9285714286rem + 1.1904761905vw, 2rem);
    padding: 0.3125rem 0.4375rem;
    margin-top: -3.1875rem;
    margin-bottom: 2.25rem;
  }
}
.p-topBenefits__contents .p-topBenefits__content a p {
  line-height: 1.5;
}
.p-topBenefits__contents .p-topBenefits__content a:hover img, .p-topBenefits__contents .p-topBenefits__content a:focus img {
  transform: scale(1.1);
}
.p-topBenefits__contents .p-topBenefits__content a:hover .c-button--arrowB, .p-topBenefits__contents .p-topBenefits__content a:focus .c-button--arrowB {
  transform: translateX(2rem);
}
.p-topBenefits__contents .p-topBenefits__content a:last-of-type {
  margin-top: -1px;
}

/******************************
top blog
******************************/
.p-blog {
  background-color: #FAF7F1;
  padding-block: 3.375rem 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-blog {
    padding-block: 2.8125rem 5rem;
  }
}
.p-blog .l-inner--1024 {
  position: relative;
}
.p-blog__title {
  margin-bottom: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-blog__title {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-blog__title {
    margin-left: -2.9375rem;
  }
}
.p-blog__description {
  line-height: 1.5;
  margin-bottom: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-blog__description {
    margin-bottom: 3.75rem;
  }
}
.p-blog__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5625rem;
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-blog__contents {
    grid-template-columns: 1fr 1fr;
    gap: 1.4375rem clamp(1.4375rem, -0.6339285714rem + 4.3154761905vw, 3.25rem);
    margin-bottom: 0;
  }
}
.p-blog__viewMore {
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  align-items: center;
  gap: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-blog__viewMore {
    position: absolute;
    top: 2.4rem;
    right: 3.40625rem;
  }
}
.p-blog__viewMore:hover .c-button--arrowW {
  opacity: 1;
  transform: scale(1.2);
}

/******************************
top recruitment
******************************/
.p-recruitment {
  background-color: #FAF7F1;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruitment {
    padding-bottom: 8.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruitment {
    padding-top: 2.8125rem;
  }
}
.p-recruitment .l-inner--1024 {
  overflow: hidden;
}
.p-recruitment__title {
  margin-bottom: 1.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-recruitment__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 0.375rem;
  }
}
.p-recruitment__description {
  line-height: 1.5;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .p-recruitment__description {
    text-align: center;
    margin-bottom: 3.75rem;
  }
}
.p-recruitment__contents {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 19px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__contents {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1.3125rem;
  }
}
.p-recruitment__contents .p-recruitment__link {
  border: none;
  width: 100%;
  height: 5.375rem;
  max-width: 28.75rem;
  margin-inline: auto;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-recruitment__contents .p-recruitment__link {
    max-width: none;
    height: 7.5rem;
  }
}
.p-recruitment__contents .p-recruitment__link::after {
  width: 1.25rem;
  height: 1.25rem;
  right: 1.25rem;
}
.p-recruitment__contents .p-recruitment__link:first-child {
  grid-area: 1/1/2/2;
}
@media screen and (min-width: 768px) {
  .p-recruitment__contents .p-recruitment__link:first-child {
    grid-area: 1/1/2/2;
  }
}
.p-recruitment__contents .p-recruitment__link:nth-child(2) {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 768px) {
  .p-recruitment__contents .p-recruitment__link:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}
.p-recruitment__contents .p-recruitment__link:last-child {
  grid-area: 3/1/4/2;
}
@media screen and (min-width: 768px) {
  .p-recruitment__contents .p-recruitment__link:last-child {
    grid-area: 2/1/3/3;
  }
}

/******************************
footer
******************************/
.p-footer {
  background-color: #FAF7F1;
}
@media screen and (min-width: 768px) {
  .p-footer {
    background-color: #fff;
    padding-bottom: 4rem;
  }
}
.p-footer__inner {
  position: relative;
}
.p-footer__head {
  width: 100vw;
  height: auto;
  aspect-ratio: 375/250;
  background: url(/wp-content/themes/tetote/img/img_footer_sp.jpg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-footer__head {
    background: url(/wp-content/themes/tetote/img/img_footer_pc.jpg) no-repeat center/contain;
    aspect-ratio: 1440/488.32;
  }
}
.p-footer__cta {
  width: 100%;
  max-width: 59.75rem;
  margin-top: -7.375rem;
  margin-inline: auto;
  margin-bottom: 2.75rem;
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5rem 1.5rem 1.8125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__cta {
    width: 80%;
    margin-top: -8.52rem;
    padding: 3.125rem 7.5rem;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: -8.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-footer__cta .p-footer__ctaText {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__cta .p-footer__ctaText {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.9375rem;
  }
}
.p-footer__cta .p-footer__ctaButton {
  width: 12.5rem;
  height: 3.375rem;
  margin-inline: auto;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__cta .p-footer__ctaButton {
    width: 100%;
    max-width: 34.75rem;
    height: 4.375rem;
    font-size: 1rem;
  }
}
.p-footer__foot {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__foot {
    border-radius: 0 0 20px 20px;
    background-color: #FAF7F1;
    padding-top: 12.375rem;
    padding-bottom: 4.1875rem;
  }
}
.p-footer__foot > div {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__foot > div {
    width: 80%;
    max-width: 59.75rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 6.8125rem;
    gap: clamp(2rem, 0.3054577465rem + 7.2300469484vw, 6.8125rem);
  }
}
.p-footer__foot > div .p-footer__nav {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-footer__foot > div .p-footer__nav {
    rid-area: 1/2/2/3;
    margin-top: 1.0625rem;
    margin-bottom: 3.6875rem;
  }
}
.p-footer__foot > div .p-footer__nav .p-footer__navList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__foot > div .p-footer__nav .p-footer__navList {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.5625rem 1.375rem;
  }
}
.p-footer__foot > div .p-footer__nav .p-footer__navList > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__foot > div .p-footer__nav .p-footer__navList > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-footer__foot > div .p-footer__nav .p-footer__navList > li a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__foot > div .p-footer__nav .p-footer__navList > li a {
    font-size: 1rem;
  }
}
.p-footer__foot .p-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__foot .p-footer__sns {
    position: absolute;
    bottom: -1.125rem;
    right: 0;
    margin-bottom: 0;
  }
}
.p-footer__foot .p-footer__sns .p-footer_snsItem {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.p-footer__foot .p-footer__sns .p-footer_snsItem .p-footer_snsLink {
  width: 100%;
  height: 100%;
}
.p-footer__foot .p-footer__sns .p-footer_snsItem .p-footer_snsLink img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(26%) sepia(5%) saturate(0%) hue-rotate(252deg) brightness(99%) contrast(86%);
}
.p-footer__foot .p-footer__logo {
  display: block;
  width: 15.625rem;
  height: 3.8125rem;
  margin-inline: auto;
  margin-bottom: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__foot .p-footer__logo {
    margin-inline: 0;
    margin-bottom: 0;
    grid-area: 1/1/2/2;
  }
}
.p-footer__foot .p-footer__logo img {
  width: 15.625rem;
  max-width: none;
  height: auto;
  aspect-ratio: auto;
  filter: invert(0%) sepia(8%) saturate(12%) hue-rotate(152deg) brightness(103%) contrast(73%);
}
.p-footer__foot .p-footer__copyright {
  color: #999;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  padding-left: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__foot .p-footer__copyright {
    width: 80%;
    text-align: left;
    max-width: 59.75rem;
    margin-inline: auto;
    padding-left: 0;
  }
}

/******************************
about-us polocy
******************************/
.p-policy {
  padding-block: 4.125rem 4.0625rem;
}
.p-policy__title {
  text-align: center;
  margin-bottom: calc(clamp(3.75rem, 2.81105547rem + 4.0061633282vw, 5.375rem) - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem));
}
.p-policy__unit {
  background-color: #FAF7F1;
  border-radius: 10px;
  padding: 1.875rem clamp(1rem, -1.311248074rem + 9.8613251156vw, 5rem);
  margin-bottom: 2.1875rem;
}
.p-policy__unit h3 {
  font-size: clamp(1.125rem, 0.75rem + 0.78125vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: clamp(1rem, 0.8194337442rem + 0.7704160247vw, 1.3125rem);
  margin-bottom: 1.3125rem;
}
.p-policy__unit h3 span:first-child {
  font-size: clamp(0.9375rem, 0.375rem + 1.171875vw, 1.125rem);
  font-weight: 400;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(1.875rem, 1.2249614792rem + 2.7734976888vw, 3rem);
  height: clamp(1.875rem, 1.2249614792rem + 2.7734976888vw, 3rem);
  border: 1px solid #222;
  border-radius: 50%;
}
.p-policy__unit h3 span:last-child {
  margin-top: clamp(0rem, -0.3250192604rem + 1.3867488444vw, 0.5625rem);
}
.p-policy__unit p {
  line-height: 1.5;
}
.p-policy__unit:last-child {
  margin-bottom: 0;
}

/******************************
about-us message
******************************/
.p-message {
  padding-block: 3.75rem 3.1875rem;
}
.p-message__title {
  text-align: center;
  margin-bottom: calc(clamp(3.75rem, 1.9804506934rem + 7.5500770416vw, 6.8125rem) - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem));
}
.p-message__wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-message__wrapper {
    flex-direction: row;
    gap: 1.724%;
    align-items: flex-start;
  }
}
.p-message__wrapper .p-message__photo {
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-message__wrapper .p-message__photo {
    flex-basis: 49.388%;
  }
}
.p-message__wrapper .p-message__contents {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-message__wrapper .p-message__contents {
    flex-basis: 48.888%;
    margin-bottom: 0;
  }
}
.p-message__wrapper .p-message__contents .p-message__catchcopy {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-message__wrapper .p-message__contents .p-message__catchcopy {
    font-size: clamp(1.25rem, -1rem + 4.6875vw, 2rem);
    margin-top: 1.125rem;
    margin-left: -5rem;
    margin-bottom: clamp(1.5rem, -2.25rem + 7.8125vw, 2.75rem);
  }
}
.p-message__wrapper .p-message__contents .p-message__text {
  line-height: 2;
}
.p-message__wrapper .p-message__contents .p-message__text p ~ p {
  margin-top: clamp(1.25rem, -0.8125rem + 4.296875vw, 1.9375rem);
}
.p-message__wrapper .p-message__contents .p-message__text img {
  display: block;
  margin-left: auto;
  width: 10rem;
  height: auto;
  aspect-ratio: auto;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-message__wrapper .p-message__contents .p-message__text img {
    width: 11.5625rem;
    margin-left: 0;
  }
}

/******************************
about-us business
******************************/
.p-business {
  padding-block: 3.75rem 2.625rem;
}
@media screen and (min-width: 1024px) {
  .p-business .l-inner--lower {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-business__title {
  margin-bottom: calc(2.75rem - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem));
}
@media screen and (min-width: 1024px) {
  .p-business__title {
    margin-left: 1.375rem;
  }
}
.p-business__description {
  line-height: 1.5;
  max-width: 42.5625rem;
}
@media screen and (min-width: 768px) {
  .p-business__description {
    margin-bottom: 2.0625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-business__description {
    margin-left: 1.375rem;
  }
}
.p-business__contents .p-business__unit {
  padding-block: 3.0625rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-business__contents .p-business__unit {
    padding-inline: 1.375rem 2.625rem;
  }
}
.p-business__contents .p-business__unit > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-business__contents .p-business__unit > div {
    flex-direction: row-reverse;
    gap: 4.375%;
  }
}
@media screen and (min-width: 768px) {
  .p-business__contents .p-business__unit > div .p-business__body {
    flex-basis: 47.5%;
    padding-top: clamp(0rem, -4.125rem + 8.59375vw, 1.375rem);
  }
}
.p-business__contents .p-business__unit > div .p-business__body h3 {
  color: #988C2C;
  font-size: clamp(1.75rem, 1rem + 1.5625vw, 2rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: clamp(1.25rem, -2.5rem + 7.8125vw, 2.5rem);
}
.p-business__contents .p-business__unit > div .p-business__body .p-business__lead {
  font-size: clamp(1.25rem, 0.5rem + 1.5625vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(1.25rem, -2.5rem + 7.8125vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-business__contents .p-business__unit > div .p-business__body .p-business__lead {
    max-width: 28.5rem;
  }
}
.p-business__contents .p-business__unit > div .p-business__body .p-business__text {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-business__contents .p-business__unit > div .p-business__body .p-business__text {
    max-width: 26.875rem;
  }
}
.p-business__contents .p-business__unit > div .p-business__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-business__contents .p-business__unit > div .p-business__img {
    flex-basis: 48.125%;
  }
}
.p-business__contents .p-business__unit > div .p-business__img img {
  border-radius: 20px;
}
.p-business__contents .p-business__unit ~ .p-business__unit {
  border-top: 1px solid #AFA86F;
}
.p-business__contents .p-business__unit:first-child > div .p-business__body h3,
.p-business__contents .p-business__unit:first-child > div .p-business__body .p-business__lead {
  margin-bottom: clamp(0.875rem, -2.875rem + 7.8125vw, 2.125rem);
}
.p-business__contents .p-business__unit:first-child > div .p-business__img img {
  width: 100%;
  max-width: 28.5625rem;
}
.p-business__contents .p-business__unit:last-child {
  padding-top: 3.75rem;
}
.p-business__contents .p-business__unit:last-child > div .p-business__body {
  padding-top: clamp(0rem, -2.0625rem + 4.296875vw, 0.6875rem);
}
@media screen and (min-width: 768px) {
  .p-business__contents .p-business__unit:last-child > div .p-business__body .p-business__lead {
    max-width: 27rem;
  }
}

/******************************
about-us overview
******************************/
.p-overview {
  padding-block: 3.75rem 8.6875rem;
}
.p-overview__title {
  margin-bottom: calc(4.8125rem - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem));
}

/******************************
staff
******************************/
.p-staff__inner {
  padding-block: 4.375rem 4.375rem;
  display: grid;
  grid-template-columns: repeat(1, 300px);
  justify-content: center;
  justify-items: center;
  gap: 3.0625rem 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-staff__inner {
    padding-block: 8.125rem 8.6875rem;
    padding-inline: 1.1875rem;
    grid-template-columns: repeat(2, 300px);
  }
}
@media screen and (min-width: 1024px) {
  .p-staff__inner {
    grid-template-columns: repeat(3, 300px);
  }
}

/******************************
staff詳細ページ　head
******************************/
.p-staffHead {
  margin-top: var(--header-h);
  background-color: #FAF7F1;
}
.p-staffHead__inner {
  padding-block: 2.6875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-staffHead__inner {
    grid-template-columns: 1fr 286px;
    grid-column-gap: clamp(2rem, -7.9375rem + 20.703125vw, 5.3125rem);
  }
}
.p-staffHead__contents {
  margin-top: 2rem;
}
.p-staffHead__contents .p-staffHead__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.125rem;
  margin-bottom: 1.875rem;
}
.p-staffHead__contents .p-staffHead__lead p {
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  padding: 0.1875rem 0.625rem;
}
.p-staffHead__contents .p-staffHead__lead p:first-child {
  font-size: clamp(1.625rem, 1.2638674884rem + 1.5408320493vw, 2.25rem);
}
.p-staffHead__contents .p-staffHead__lead p:last-child {
  font-size: clamp(1.25rem, 1.1055469954rem + 0.6163328197vw, 1.5rem);
}
.p-staffHead__contents .p-staffHead__jobType {
  color: #988C2C;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.p-staffHead__contents .p-staffHead__info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1.25rem;
  line-height: 1;
  margin-bottom: 0.8125rem;
}
.p-staffHead__contents .p-staffHead__info .p-staffHead__name {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-staffHead__contents .p-staffHead__info .p-staffHead__name span ~ span {
  margin-left: 0.3125rem;
}
.p-staffHead .p-staffHead__media {
  margin-inline: auto;
}
.p-staffHead .p-staffHead__media img {
  width: 17.875rem;
  height: 23rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/******************************
staff詳細ページ　main
******************************/
.p-staffMain {
  --staff-inner-max: 1024px;
  --staff-pl: 24px;
  --staff-edge: max(
    calc((100vw - var(--staff-inner-max)) * 0.5 + 8px),
    var(--staff-pl)
  );
}
.p-staffMain__inner {
  padding-top: 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-staffMain__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.p-staffMain__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5625rem;
  margin-bottom: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .p-staffMain__body {
    grid-template-columns: 1fr 13.125rem;
    gap: 3.5rem;
  }
}
.p-staffMain__body .p-staffMain__content h2 {
  position: relative;
  font-size: clamp(1.25rem, 1.0114503817rem + 1.0178117048vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: calc(3.125rem - clamp(0.3125rem, 0.2528625954rem + 0.2544529262vw, 0.375rem));
}
.p-staffMain__body .p-staffMain__content h2::before {
  display: block;
  content: "";
  width: calc(var(--inner-pl) - 0.25rem);
  height: 0.5em;
  border-top: 1px solid #222;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(calc(-1 * var(--inner-pl))) translateY(0.0625rem);
}
@media screen and (min-width: 1024px) {
  .p-staffMain__body .p-staffMain__content h2::before {
    width: var(--staff-edge);
    transform: translateX(calc(-100% - 1rem)) translateY(0.0625rem);
  }
}
.p-staffMain__body .p-staffMain__content h2:first-child {
  margin-top: calc(1.4375rem - clamp(0.3125rem, 0.2528625954rem + 0.2544529262vw, 0.375rem));
}
.p-staffMain__body .p-staffMain__content p {
  color: #000;
  font-size: 1rem;
  line-height: 1.82;
  margin-top: 1.4375rem;
  margin-bottom: 0.9375rem;
}
.p-staffMain__body .p-staffMain__content p:first-child {
  margin-top: 0;
}
.p-staffMain__body .p-staffMain__content ul.wp-block-list {
  margin-bottom: 0.9375rem;
}
.p-staffMain__body .p-staffMain__asid {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-staffMain__body .p-staffMain__asid {
    display: block;
    align-self: start;
    margin-top: 1.4375rem;
    position: -webkit-sticky;
    position: sticky;
    top: 7.375rem;
    width: 14.625rem;
  }
}
.p-staffMain__body .p-staffMain__asid p {
  color: #666;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}
.p-staffMain__body .p-staffMain__asid ul li a {
  color: #999;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-staffMain__body .p-staffMain__asid ul li a::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #999;
  border-radius: 50%;
  margin-right: 0.375rem;
  margin-top: 2px;
}
.p-staffMain__body .p-staffMain__asid ul li a.is-active {
  color: #222;
}
.p-staffMain__body .p-staffMain__asid ul li a.is-active::before {
  background-color: #222;
}
.p-staffMain__body .p-staffMain__asid ul li ~ li {
  margin-top: 1rem;
}
.p-staffMain__other {
  margin-bottom: 8.6875rem;
}
.p-staffMain__other .l-inner--lower {
  padding-top: 2.625rem;
}
@media screen and (min-width: 1024px) {
  .p-staffMain__other .l-inner--lower {
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
  }
}
.p-staffMain__other .l-inner--lower h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 3.125rem;
}
.p-staffMain__other .l-inner--lower > div {
  display: grid;
  grid-template-columns: repeat(1, 300px);
  justify-content: center;
  justify-items: center;
  gap: 3.0625rem 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-staffMain__other .l-inner--lower > div {
    grid-template-columns: repeat(2, 300px);
  }
}
@media screen and (min-width: 1024px) {
  .p-staffMain__other .l-inner--lower > div {
    grid-template-columns: repeat(3, 300px);
  }
}
.p-staffMain__other .l-inner--lower > div .c-memberCard__head {
  margin-bottom: 1rem;
}
.p-staffMain__other .l-inner--lower > div .c-memberCard__body .c-memberCard__info {
  margin-bottom: 1rem;
}
.p-staffMain__other .l-inner--lower > div .c-memberCard__body h2 {
  font-size: 1.5rem;
  line-height: 1;
  text-align: left;
  margin-bottom: 0;
}

/******************************
staffアーカイブページ
******************************/
.p-archiveStaff__inner {
  padding-block: 8.125rem 8.6875rem;
  padding-inline: 1.1875rem;
}
.p-archiveStaff__content {
  display: grid;
  grid-template-columns: repeat(1, 300px);
  justify-content: center;
  justify-items: center;
  gap: 3rem 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-archiveStaff__content {
    grid-template-columns: repeat(2, 300px);
  }
}
@media screen and (min-width: 1024px) {
  .p-archiveStaff__content {
    grid-template-columns: repeat(3, 300px);
  }
}
.p-archiveStaff__content .c-memberCard__head {
  margin-bottom: 1rem;
}
.p-archiveStaff__content .c-memberCard__body .c-memberCard__info {
  margin-bottom: 1rem;
}
.p-archiveStaff__content .c-memberCard__body h2 {
  font-size: 1.5rem;
  line-height: 1;
  text-align: left;
  margin-bottom: 0;
}

/******************************
archive blog
******************************/
.p-archiveBlog__inner {
  padding-block: 4.375rem 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-archiveBlog__inner {
    padding-block: 8.125rem 8.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-archiveBlog__inner {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}
.p-archiveBlog__inner .p-archiveBlog__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-archiveBlog__inner .p-archiveBlog__contents {
    grid-template-columns: 1fr 1fr;
    gap: 1.4375rem clamp(1.4375rem, -0.6339285714rem + 4.3154761905vw, 3.25rem);
    margin-bottom: 0;
  }
}
.p-archiveBlog__inner .p-archiveBlog__contents .c-blogUnit a {
  background-color: #FAF7F1;
}
.p-archiveBlog__pagination {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-archiveBlog__pagination {
    padding-top: 6.125rem;
  }
}
.p-archiveBlog__pagination .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.p-archiveBlog__pagination .pagination .page-numbers span.current {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #222;
  transition: transform 0.3s ease;
}
.p-archiveBlog__pagination .pagination .page-numbers a.page-numbers {
  color: #222;
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  width: 3.625rem;
  height: 3.625rem;
  border: 1px solid #222;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.p-archiveBlog__pagination .pagination .page-numbers a.page-numbers:hover, .p-archiveBlog__pagination .pagination .page-numbers a.page-numbers:focus {
  transform: scale(1.2);
}

/******************************
single blog
******************************/
.p-singleBlog {
  background-color: #FAF7F1;
}
.p-singleBlog .c-breadcrumbs {
  margin-top: var(--header-h);
}
.p-singleBlog .p-singleBlog__inner {
  padding-block: 2.125rem 8.6875rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 2.5625rem;
  padding-inline: clamp(1.25rem, 0.0572519084rem + 5.0890585242vw, 2.5rem);
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.1875rem;
  margin-bottom: 1.0625rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__head .p-singleBlog__category {
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.1875rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__head .p-singleBlog__category::before {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(/wp-content/themes/tetote/img/icon_blog.svg) no-repeat center/contain;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__head .p-singleBlog__date {
  font-size: 0.875rem;
  line-height: 1;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__title {
  font-size: clamp(1.5rem, 1.0229007634rem + 2.0356234097vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.0625rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__img {
  width: 100%;
  height: auto;
  aspect-ratio: 720/411;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2.8125rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body {
  margin: -1px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body > * {
  max-width: 100%;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body h2 {
  font-size: clamp(1.25rem, 1.0114503817rem + 1.0178117048vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: calc(-1 * clamp(0.3125rem, 0.2528625954rem + 0.2544529262vw, 0.375rem));
  margin-bottom: calc(3.125rem - clamp(0.3125rem, 0.2528625954rem + 0.2544529262vw, 0.375rem));
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body h3 {
  font-size: clamp(1.125rem, 1.0057251908rem + 0.5089058524vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.25rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body h4 {
  font-size: clamp(1.0625rem, 1.0028625954rem + 0.2544529262vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body h5 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.75rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body ul {
  margin-left: 1.5em;
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body ul > li {
  position: relative;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body ul > li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 0.9em;
  left: -0.9em;
  border-radius: 50%;
  background-color: #222;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body ul > li ul {
  margin-left: 1.5em;
  margin-bottom: 0;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body ol {
  margin-left: 1em;
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body ol > li {
  list-style-type: decimal;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body ol > li > ul {
  margin-left: 1em;
  margin-bottom: 0;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body li ol {
  margin-bottom: 0;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body ol li a,
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body ul li a {
  text-decoration: underline;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body p {
  font-size: 1rem;
  line-height: 1.82;
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body p a {
  text-decoration: underline;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #AFA86F;
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: url(/wp-content/themes/tetote//img/icon_quot.svg) center/contain no-repeat;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body pre {
  max-width: 100%;
  margin-bottom: 1.4375rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.8em 1em;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body kbd {
  margin-bottom: 1.4375rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.2em 0.3em;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body pre {
  max-width: 100%;
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body table {
  border-collapse: collapse;
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body table tbody {
  border: 1px solid #222;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body table tbody tr {
  border-bottom: 1px solid #222;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body table tbody tr tr:last-child {
  border-bottom: none;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body table tbody th, .p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body table tbody td {
  border-right: 1px solid #222;
  padding: 0.25rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body table tbody th:last-child, .p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body table tbody td:last-child {
  border-right: none;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body dl {
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body dl dd {
  margin-bottom: 0.5rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body address {
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body address p {
  margin-bottom: 0;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-gallery {
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-file {
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-file a {
  text-decoration: underline;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-file a.wp-block-file__button {
  text-decoration: none;
  color: #fff;
  background-color: #AFA86F;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-file a.wp-block-file__button:hover, .p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-file a.wp-block-file__button:focus {
  background-color: #988C2C;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-buttons {
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-button {
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-button a.wp-block-button__link {
  color: #222;
  background-color: #AFA86F;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-button a.wp-block-button__link:hover, .p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-button a.wp-block-button__link:focus {
  color: #fff;
  background-color: #222;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-button.is-style-outline a.wp-block-button__link {
  color: #222;
  border-color: #222;
  background-color: #fff;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-button.is-style-outline a.wp-block-button__link:hover, .p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-button.is-style-outline a.wp-block-button__link:focus {
  color: #fff;
  background-color: #222;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body figure.wp-block-image {
  max-width: 100%;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-group {
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-group p {
  margin-bottom: 0;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-separator {
  margin-top: 1.4375rem;
  margin-bottom: 1.4375rem;
  border-bottom: 1px solid #666;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 1px solid #666;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-separator.is-style-dots {
  width: 100%;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body .wp-block-spacer {
  height: 60px;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body figure.wp-block-embed {
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body figure.wp-block-embed-youtube {
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body figure.wp-block-embed-twitter {
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body figure.wp-block-embed-twitter .wp-block-embed__wrapper .twitter-tweet {
  margin-bottom: 0;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body iframe {
  max-width: 100%;
  margin-bottom: 1.4375rem;
}
.p-singleBlog .p-singleBlog__inner .p-singleBlog__contents .p-singleBlog__body pre {
  overflow-x: scroll;
}
.p-singleBlog__nav {
  background-color: #f0f0f0;
}
.p-singleBlog__nav .l-inner--lower {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-singleBlog__nav .l-inner--lower {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

/******************************
benefitsVarious
******************************/
.p-benefitsVarious__inner {
  padding-block: 4.125rem 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-benefitsVarious__inner {
    padding-block: 9.0625rem 4rem;
  }
}
.p-benefitsVarious__title {
  text-align: left;
  margin-bottom: calc(1.53125rem - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem));
}
@media screen and (min-width: 768px) {
  .p-benefitsVarious__title {
    margin-bottom: calc(4.84375rem - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem));
  }
}

/******************************
benefitsVoice
******************************/
.p-benefitsVoice__inner {
  padding-block: 2.0625rem 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-benefitsVoice__inner {
    padding-block: 4rem 8.6875rem;
  }
}
.p-benefitsVoice__title {
  margin-bottom: calc(1.4375rem - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem));
}
.p-benefitsVoice__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-benefitsVoice__contents {
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, -2.625rem + 8.59375vw, 2.875rem);
  }
}
.p-benefitsVoice__contents .p-benefitsVoice__unit p:first-child {
  color: #988C2C;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.8125rem;
}
.p-benefitsVoice__contents .p-benefitsVoice__unit h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5625rem;
}
.p-benefitsVoice__contents .p-benefitsVoice__unit p:last-child {
  line-height: 1.82;
}

/******************************
careerPass
******************************/
.p-careerPass__inner {
  padding-block: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-careerPass__inner {
    padding-block: 9.0625rem 8.6875rem;
  }
}
.p-careerPass__title {
  margin-bottom: calc(clamp(3.75rem, 1.8359976888rem + 8.1664098613vw, 7.0625rem) - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem) - 0.25rem);
}
.p-careerPass__contents {
  width: 100%;
}
.p-careerPass__contents p {
  line-height: 1.8;
}
.p-careerPass__contents .p-careerPass__description {
  margin-bottom: 2.6rem;
}
.p-careerPass__contents .p-careerPass__img {
  margin-bottom: 1.9125rem;
  padding-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 734px) {
  .p-careerPass__contents .p-careerPass__img {
    padding-bottom: 0;
  }
}
.p-careerPass__contents .p-careerPass__img::after {
  position: absolute;
  bottom: 0.1875rem;
  left: 0;
  content: "この画像は横にスクロールできます。";
  color: #01c2cb;
  font-size: 0.875rem;
  line-height: 1;
  z-index: 1;
}
@media (min-width: 734px) {
  .p-careerPass__contents .p-careerPass__img::after {
    content: "";
  }
}
.p-careerPass__contents .p-careerPass__img .inner {
  overflow-x: auto;
}
.p-careerPass__contents .p-careerPass__img .inner img {
  width: 100%;
  min-width: 43.75rem;
}
.p-careerPass__contents .p-careerPass__introduction {
  margin-bottom: 5.1625rem;
}
.p-careerPass__contents .p-careerPass__unit h3 {
  font-size: clamp(1.25rem, 1.1055469954rem + 0.6163328197vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  padding: 0.75rem 1.3125rem;
  background-color: #AFA86F;
  border-radius: 10px;
  margin-bottom: 3.125rem;
}
.p-careerPass__contents .p-careerPass__unit .p-careerPass__text {
  margin-bottom: 2.3125rem;
}

/******************************
details
******************************/
.p-details__inner {
  padding-block: 4.125rem 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-details__inner {
    padding-block: 9.0625rem 8.6875rem;
  }
}
.p-details__catchcopy {
  font-size: clamp(1.5rem, 1.2110939908rem + 1.2326656394vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: calc(-1 * clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem));
  margin-bottom: calc(4.375rem - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem) - 0.375rem);
}
@media screen and (min-width: 768px) {
  .p-details__catchcopy {
    margin-bottom: calc(7.0625rem - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem) - 0.375rem);
  }
}
.p-details__description {
  margin-bottom: 3.975rem;
}
.p-details__menu {
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-details__menu {
    margin-bottom: 4.1875rem;
  }
}
.p-details__contents .p-details__unit {
  padding-top: 1.875rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-details__contents .p-details__unit {
    margin-bottom: 3.625rem;
  }
}
.p-details__contents .p-details__unit .p-details__title {
  margin-bottom: 1.53125rem;
}
@media screen and (min-width: 768px) {
  .p-details__contents .p-details__unit .p-details__title {
    margin-bottom: 4.84375rem;
  }
}
.p-details__contents .p-details__unit:last-child {
  margin-bottom: 0;
}

/******************************
faq
******************************/
.p-faq__inner {
  padding-block: 4.125rem 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-faq__inner {
    padding-block: 9.125rem 8.6875rem;
  }
}
.p-faq__menu {
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq__menu {
    margin-bottom: 4.125rem;
  }
}
.p-faq__unit {
  padding-top: 1.875rem;
  padding-bottom: 3.625rem;
}
.p-faq__unit .p-faq__title {
  margin-bottom: calc(2.625rem - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem));
}
@media screen and (min-width: 768px) {
  .p-faq__unit .p-faq__title {
    margin-bottom: calc(7rem - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem));
  }
}
.p-faq__unit:last-child {
  padding-bottom: 0;
}

/******************************
entry
******************************/
.p-entry {
  background-color: #FAF7F1;
  margin-bottom: 8.6875rem;
}
.p-entry__inner {
  padding-block: 2.125rem 3.5625rem;
  background-color: #FAF7F1;
}
.p-entry__contents {
  padding-block: 3.25rem 1.5625rem;
  padding-inline: 1.5rem;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-entry__contents {
    padding-block: 3.5625rem 3.375rem;
    padding-inline: 4.4375rem;
  }
}
.p-entry__contents .p-entry__head {
  border-bottom: 1px dashed #AFA86F;
}
.p-entry__contents .p-entry__head .p-entry__titleEn {
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(1.25rem, 1.1055469954rem + 0.6163328197vw, 1.5rem);
  line-height: 1;
  margin-bottom: 1.8125rem;
}
.p-entry__contents .p-entry__head .p-entry__title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: calc(3.1875rem - clamp(0.375rem, 0.3027734977rem + 0.3081664099vw, 0.5rem));
}
.p-entry__contents .p-entry__head .p-entry__title span:first-child {
  color: #988C2C;
}
.p-entry__contents .p-entry__head .p-entry__text {
  max-width: 31.875rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.p-entry__contents .p-entry__head .p-entry__text p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-entry__contents .p-entry__head .p-entry__text {
    margin-bottom: 5.9375rem;
  }
}
.p-entry__contents .p-entry__body {
  margin-top: 3.125rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-entry__contents .p-entry__body {
    margin-top: 6.0625rem;
  }
}

/******************************
entry-thanks
******************************/
.p-entryThanks {
  background-color: #FAF7F1;
  margin-bottom: 8.6875rem;
}
.p-entryThanks__inner {
  padding-block: 2.125rem 3.5625rem;
  background-color: #FAF7F1;
}
.p-entryThanks__contents {
  padding-block: 3.125rem 4.5rem;
  padding-inline: 1.5rem;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-entryThanks__contents {
    padding-inline: 4.4375rem;
    padding-block: 3.125rem 5.9375rem;
  }
}
.p-entryThanks__contents h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2.6875rem;
}
.p-entryThanks__contents p {
  line-height: 1.5;
  text-align: center;
}

/******************************
404
******************************/
.p-404 {
  text-align: center;
}
.p-404__inner {
  padding-block: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-404__inner {
    padding-block: 9.0625rem 8.6875rem;
  }
}
.p-404__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 3.75rem;
}
.p-404__text {
  font-size: 1rem;
  margin-bottom: 5rem;
  color: #222;
}
.p-404__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-404__btn .c-button--wb {
    width: 18.75rem;
    height: 3.75rem;
  }
}

/******************************
エントリーフォーム
******************************/
.p-contactForm {
  width: 100%;
  max-width: 55rem;
  line-height: 1.5;
}
.p-contactForm form {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}
.p-contactForm form > p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contactForm form > p {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2.1875rem;
  }
}
.p-contactForm form label,
.p-contactForm form legend {
  display: flex;
  width: 8rem;
  box-sizing: border-box;
  flex-shrink: 0;
}
.p-contactForm form .wpcf7-form-control-wrap {
  width: 100%;
}
.p-contactForm form input[type=text],
.p-contactForm form input[type=email],
.p-contactForm form input[type=tel],
.p-contactForm form select,
.p-contactForm form textarea {
  width: 100%;
  padding: 0.96875rem 1.1875rem;
  border-radius: 10px;
  border: 1px solid #AFA86F;
  background: #FAF7F1;
  outline: none;
  line-height: 1;
}
.p-contactForm form input[type=text]::-moz-placeholder, .p-contactForm form input[type=email]::-moz-placeholder, .p-contactForm form input[type=tel]::-moz-placeholder, .p-contactForm form textarea::-moz-placeholder {
  color: #757575;
}
.p-contactForm form input[type=text]::placeholder,
.p-contactForm form input[type=email]::placeholder,
.p-contactForm form input[type=tel]::placeholder,
.p-contactForm form textarea::placeholder {
  color: #757575;
}
.p-contactForm form .p-contactForm__fieldsetWrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contactForm form .p-contactForm__fieldsetWrap {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.1875rem;
  }
}
.p-contactForm form .p-contactForm__fieldsetWrap fieldset {
  display: contents;
}
.p-contactForm form .p-contactForm__birthday legend {
  margin-top: 1rem;
}
.p-contactForm form .p-contactForm__birthday .p-contactForm__items {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.p-contactForm form .p-contactForm__birthday .p-contactForm__items .wpcf7-form-control-wrap {
  width: auto;
}
.p-contactForm form .p-contactForm__birthday .p-contactForm__items .p-contactForm__md > p {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-contactForm form .p-contactForm__birthday .p-contactForm__items .p-contactForm__md > p {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5625rem;
  }
}
.p-contactForm form .p-contactForm__birthday .p-contactForm__items .p-contactForm__md > p > span {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
}
.p-contactForm form .p-contactForm__birthday .p-contactForm__items .p-contactForm__md > p > span span::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  height: 0.53125rem;
  width: 0.53125rem;
  top: 1.375rem;
  right: 1rem;
  transform: rotate(135deg);
  pointer-events: none;
}
.p-contactForm form .p-contactForm__birthday .p-contactForm__items .p-contactForm__md > p > span select {
  font-size: 0.8125rem;
  width: 10.5rem;
  padding-block: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-contactForm form .p-contactForm__birthday .p-contactForm__items .p-contactForm__md > p > span select {
    font-size: 0.75rem;
  }
}
.p-contactForm form .p-contactForm__birthday .p-contactForm__items > p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
}
.p-contactForm form .p-contactForm__birthday .p-contactForm__items label {
  width: auto;
  padding-top: 0;
}
.p-contactForm form .p-contactForm__birthday .p-contactForm__items input#birth-year,
.p-contactForm form .p-contactForm__birthday .p-contactForm__items input#birth-month,
.p-contactForm form .p-contactForm__birthday .p-contactForm__items input#birth-day {
  width: 10.5rem;
  padding-left: 18px;
}
.p-contactForm form .p-contactForm__jobType {
  margin-top: 1rem;
}
.p-contactForm form .p-contactForm__jobType .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.p-contactForm form .p-contactForm__jobType .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.p-contactForm form .p-contactForm__jobType .wpcf7-radio .wpcf7-list-item label {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
.p-contactForm form .p-contactForm__jobType .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  line-height: normal;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #AFA86F;
  border-radius: 50%;
  background-color: #FAF7F1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-contactForm form .p-contactForm__jobType .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #222;
  content: "";
}
.p-contactForm form .p-contactForm__trigger {
  margin-top: 1rem;
  align-items: flex-start;
}
.p-contactForm form .p-contactForm__trigger legend {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contactForm form .p-contactForm__trigger legend {
    width: 8rem;
  }
}
.p-contactForm form .p-contactForm__trigger .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
}
.p-contactForm form .p-contactForm__trigger .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  margin-left: 0;
}
.p-contactForm form .p-contactForm__trigger .wpcf7-checkbox .wpcf7-list-item label {
  width: auto;
  gap: 0.8125rem;
}
.p-contactForm form .p-contactForm__trigger .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  line-height: normal;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #AFA86F;
  background-color: #FAF7F1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-contactForm form .p-contactForm__trigger .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  background: #222;
  content: "";
}
.p-contactForm form .p-contactForm__pr {
  margin-top: 0.0625rem;
}
.p-contactForm form .p-contactForm__pr p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contactForm form .p-contactForm__pr p {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.1875rem;
  }
}
.p-contactForm form .p-contactForm__pr p label {
  margin-top: 0.875rem;
}
.p-contactForm form .p-contactForm__pr p textarea {
  min-height: 15rem;
  margin-top: -0.0625rem;
  padding: 1.125rem 1.1875rem;
  resize: vertical;
}
.p-contactForm form .p-contactForm__policy {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contactForm form .p-contactForm__policy {
    margin-top: 4.4375rem;
  }
}
.p-contactForm form .p-contactForm__policy p {
  font-size: 0.875rem;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
.p-contactForm form .p-contactForm__policy p .wpcf7-form-control-wrap {
  width: auto;
}
.p-contactForm form .p-contactForm__policy p .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
.p-contactForm form .p-contactForm__policy p .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox] {
  line-height: normal;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.1875rem;
  border: 1px solid #AFA86F;
  background-color: #FAF7F1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-contactForm form .p-contactForm__policy p .wpcf7-form-control-wrap .wpcf7-list-item input[type=checkbox]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.375rem;
  height: 0.375rem;
  background: #222;
  content: "";
}
.p-contactForm form .p-contactForm__submit {
  margin-top: 30px;
}
.p-contactForm form .p-contactForm__submit p {
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0;
}
.p-contactForm form .p-contactForm__submit p input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.21875rem 5.96875rem;
  border: 1px solid #222;
  background-color: #fff;
}
.p-contactForm form .p-contactForm__submit p .wpcf7-spinner {
  display: none;
}
.p-contactForm form .wpcf7-response-output {
  display: none;
}
.p-contactForm form input[type=text]:focus,
.p-contactForm form input[type=email]:focus,
.p-contactForm form input[type=tel]:focus,
.p-contactForm form input[type=radio]:focus,
.p-contactForm form input[type=checkbox]:focus,
.p-contactForm form input[type=submit]:focus,
.p-contactForm form select:focus,
.p-contactForm form textarea:focus {
  outline: 2px solid #2684ff;
  outline-offset: 0;
}

/******************************
固定ページ
******************************/
.p-wpPost__inner {
  padding-block: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-wpPost__inner {
    padding-block: 8.75rem;
  }
}
.p-wpPost__inner .p-wpPost__body {
  margin: -1px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.p-wpPost__inner .p-wpPost__body > * {
  max-width: 100%;
}
.p-wpPost__inner .p-wpPost__body h2 {
  font-size: clamp(1.25rem, 1.0114503817rem + 1.0178117048vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: calc(-1 * clamp(0.3125rem, 0.2528625954rem + 0.2544529262vw, 0.375rem));
  margin-bottom: calc(3.125rem - clamp(0.3125rem, 0.2528625954rem + 0.2544529262vw, 0.375rem));
}
.p-wpPost__inner .p-wpPost__body h3 {
  font-size: clamp(1.125rem, 1.0057251908rem + 0.5089058524vw, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.25rem;
}
.p-wpPost__inner .p-wpPost__body h4 {
  font-size: clamp(1.0625rem, 1.0028625954rem + 0.2544529262vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.p-wpPost__inner .p-wpPost__body h5 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.75rem;
}
.p-wpPost__inner .p-wpPost__body h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.p-wpPost__inner .p-wpPost__body ul {
  margin-left: 1.5em;
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body ul > li {
  position: relative;
}
.p-wpPost__inner .p-wpPost__body ul > li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 0.9em;
  left: -0.9em;
  border-radius: 50%;
  background-color: #222;
}
.p-wpPost__inner .p-wpPost__body ul > li ul {
  margin-left: 1.5em;
  margin-bottom: 0;
}
.p-wpPost__inner .p-wpPost__body ol {
  margin-left: 1em;
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body ol > li {
  list-style-type: decimal;
}
.p-wpPost__inner .p-wpPost__body ol > li > ul {
  margin-left: 1em;
  margin-bottom: 0;
}
.p-wpPost__inner .p-wpPost__body li ol {
  margin-bottom: 0;
}
.p-wpPost__inner .p-wpPost__body ol li a,
.p-wpPost__inner .p-wpPost__body ul li a {
  margin-left: 1em;
  text-decoration: underline;
}
.p-wpPost__inner .p-wpPost__body p {
  font-size: 1rem;
  line-height: 1.82;
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body p a {
  text-decoration: underline;
}
.p-wpPost__inner .p-wpPost__body blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #AFA86F;
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: url(/wp-content/themes/tetote//img/icon_quot.svg) center/contain no-repeat;
}
.p-wpPost__inner .p-wpPost__body blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
.p-wpPost__inner .p-wpPost__body blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.p-wpPost__inner .p-wpPost__body table {
  border-collapse: collapse;
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body table tbody {
  border: 1px solid #222;
}
.p-wpPost__inner .p-wpPost__body table tbody tr {
  border-bottom: 1px solid #222;
}
.p-wpPost__inner .p-wpPost__body table tbody tr tr:last-child {
  border-bottom: none;
}
.p-wpPost__inner .p-wpPost__body table tbody th, .p-wpPost__inner .p-wpPost__body table tbody td {
  border-right: 1px solid #222;
  padding: 0.25rem;
}
.p-wpPost__inner .p-wpPost__body table tbody th:last-child, .p-wpPost__inner .p-wpPost__body table tbody td:last-child {
  border-right: none;
}
.p-wpPost__inner .p-wpPost__body dl {
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body dl dd {
  margin-bottom: 0.5rem;
}
.p-wpPost__inner .p-wpPost__body pre {
  max-width: 100%;
  margin-bottom: 1.4375rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.8em 1em;
}
.p-wpPost__inner .p-wpPost__body kbd {
  margin-bottom: 1.4375rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.2em 0.3em;
}
.p-wpPost__inner .p-wpPost__body pre {
  max-width: 100%;
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body address {
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body address p {
  margin-bottom: 0;
}
.p-wpPost__inner .p-wpPost__body .wp-block-gallery {
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body .wp-block-file {
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body .wp-block-file a {
  text-decoration: underline;
}
.p-wpPost__inner .p-wpPost__body .wp-block-file a.wp-block-file__button {
  text-decoration: none;
  color: #fff;
  background-color: #AFA86F;
}
.p-wpPost__inner .p-wpPost__body .wp-block-file a.wp-block-file__button:hover, .p-wpPost__inner .p-wpPost__body .wp-block-file a.wp-block-file__button:focus {
  background-color: #988C2C;
}
.p-wpPost__inner .p-wpPost__body .wp-block-buttons {
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body .wp-block-button {
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body .wp-block-button a.wp-block-button__link {
  color: #222;
  background-color: #AFA86F;
}
.p-wpPost__inner .p-wpPost__body .wp-block-button a.wp-block-button__link:hover, .p-wpPost__inner .p-wpPost__body .wp-block-button a.wp-block-button__link:focus {
  color: #fff;
  background-color: #222;
}
.p-wpPost__inner .p-wpPost__body .wp-block-button.is-style-outline a.wp-block-button__link {
  color: #222;
  border-color: #222;
  background-color: #fff;
}
.p-wpPost__inner .p-wpPost__body .wp-block-button.is-style-outline a.wp-block-button__link:hover, .p-wpPost__inner .p-wpPost__body .wp-block-button.is-style-outline a.wp-block-button__link:focus {
  color: #fff;
  background-color: #222;
}
.p-wpPost__inner .p-wpPost__body figure.wp-block-image {
  max-width: 100%;
}
.p-wpPost__inner .p-wpPost__body .wp-block-group {
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body .wp-block-group p {
  margin-bottom: 0;
}
.p-wpPost__inner .p-wpPost__body .wp-block-separator {
  margin-top: 1.4375rem;
  margin-bottom: 1.4375rem;
  border-bottom: 1px solid #666;
}
.p-wpPost__inner .p-wpPost__body .wp-block-separator.is-style-wide {
  width: 100%;
  border-bottom: 1px solid #666;
}
.p-wpPost__inner .p-wpPost__body .wp-block-separator.is-style-dots {
  width: 100%;
}
.p-wpPost__inner .p-wpPost__body .wp-block-spacer {
  height: 60px;
}
.p-wpPost__inner .p-wpPost__body figure.wp-block-embed {
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body figure.wp-block-embed-youtube {
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body figure.wp-block-embed-twitter {
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body figure.wp-block-embed-twitter .wp-block-embed__wrapper .twitter-tweet {
  margin-bottom: 0;
}
.p-wpPost__inner .p-wpPost__body iframe {
  max-width: 100%;
  margin-bottom: 1.4375rem;
}
.p-wpPost__inner .p-wpPost__body pre {
  overflow-x: scroll;
}
/*# sourceMappingURL=style.css.map */