/******************************************
reser.css
********************************************/

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */

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

/* Lists (enumeration)
   ========================================================================== */

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

/* Lists (definition)
   ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Table
   ========================================================================== */

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

caption {
  text-align: left;
}

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

th {
  font-weight: normal;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/******************************************
ここから基本設定
********************************************/

:root {
  --txt1-size: 3.5rem;
  --txt1-height: 1.75;
  --txt1-weight: 500;
  --txt1-ls: .05em;

  --txt2-size: 3rem;
  --txt2-height: 1.75;
  --txt2-weight: 500;
  --txt2-ls: .05em;

  --txt3-size: 2.4rem;
  --txt3-height: 1.75;
  --txt3-weight: 500;
  --txt3-ls: .05em;

  --txt4-size: 2.0rem;
  --txt4-height: 1.75;
  --txt4-weight: 400;
  --txt4-ls: .05em;

  --txt5-size: 1.6rem;
  --txt5-height: 1.75;
  --txt5-weight: 400;
  --txt5-ls: .05em;

  --txt6-size: 1.4rem;
  --txt6-height: 1.75;
  --txt6-weight: 400;
  --txt6-ls: .05em;

  --heading-size: 1.6rem;
  --heading--large-size: 2.0rem;
  --heading-weight: 700;
  --heading-height: 1.5;
  --heading-ls: .2em;
  --heading-en-size: 5rem;
  --heading-en-weight: 700;
  --heading-en-height: 1;
  --heading-en-small-height: 1;
  --heading-en-ls: .05em;

  --btn-size: 1.6rem;
  --btn-weight: 600;
  --btn-height: 1.5;
  --btn-ls: .05em;

  --widget-size: 1.6rem;
  --widget-height: 1.5;
  --widget-weight: 400;
  --widget-ls: .05em;

  --input-size: var(--txt5-size);
  --input-height: var(--txt5-height);

  --time-size: 1.4rem;
  --time-ls: .05em;

  --cat-size: 1.4rem;
  --cat-weight: 500;
  --cat-ls: .05em;

  --tag-size: 1.4rem;
  --tag-weight: 500;
  --tag-ls: .05em;

  --tel-title-size: 1.6rem;
  --tel-title-height: 1.5;
  --tel-title-weight: 700;
  --tel-title-ls: .05em;

  --tel-number-size: 4.5rem;
  --tel-number-height: 1;
  --tel-number-weight: 700;
  --tel-number-ls: .05em;

  --tel-sub-size: 1.4rem;
  --tel-sub-height: 1.5;
  --tel-sub-weight: 400;
  --tel-sub-ls: .05em;

  --base-color: #E8B857;
  --accent-color: #862E9C;
  --accent-color--dark: #862E9C;
  --main-color: #f0f0f0;
  --font-color: #000;
  --border-color: #707070;
  --border-color--light: #ccc;
  --gray: #888;
  --placeholder-color: #888;
  --gray-light: #f5f5f5;
  --shadow-color: rgba(0,0,0,0.2);
  --white-clear: rgba(255,255,255,0.5);
  --black-clear: rgba(0,0,0,0.5);
  --black-clear--light: rgba(0,0,0,0.2);

  --base-font: 'Noto Sans JP', sans-serif;
  --en-font: "Lato", serif;
  --logo-font: "Lato", serif;

  --section-padding: 12rem;
  --section-padding--large: 20rem;
  --section-padding--small: 6rem;

  --inner: 1200px;
  --inner-large: 1400px;
  --inner-responsive: 95%;
  --inner-responsive-p: calc( 50% - var(--inner-responsive) / 2 );

  --normal-transition: 0.3s;
  --fadein-transition: .3s;

  --header-z: 9999;
  --header-z-plus: 19999;
  --header-z-plus-two: 29999;
  --header-z-plus-three: 39999;
  --normal-z: 1;
  --zero-z: 0;
  --minus-z: -1;
  --minus-two-z: -2;

  --header-height: 7.4rem;
}

@media only screen and (max-width: 1199px) {
  :root {
    --header-height: 81px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --txt1-size: 30px;
    --txt2-size: 26px;
    --txt3-size: 22px;
    --txt4-size: 18px;
    --txt5-size: 16px;
    --txt6-size: 14px;

    --heading-size: 16px;
    --heading---large-size: 20px;
    --heading-en-size: 40px;
    --btn-size: 14px;

    --time-size: 12px;

    --cat-size: 14px;
    --tag-size: 14px;

    --widget-size: 14px;

    --input-size: 16px;

    --tel-title-size: 16px;
    --tel-number-size: 35px;
    --tel-sub-size: 12px;

    --header-height: 61px;
  }
}

@media only screen and (max-width: 374px) {
  :root {
    --txt1-size: 26px;
    --txt2-size: 22px;
    --txt3-size: 20px;
    --txt4-size: 18px;
    --txt5-size: 16px;
    --txt6-size: 14px;
  }
}


html {
  font-size: 62.5%
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 45%
  }
}
body {
  overflow-x: hidden;
  position: relative;
  max-width: 100%;
  padding-top: var(--header-height);
  color: var(--font-color);
  font-family: var(--base-font);
  font-size: 1.6em;
  letter-spacing: 0;
}

body.top {
  padding-top: calc(var(--header-height) * 0.5);
  background: black;
}

.section-padding {
  padding: var(--section-padding) 0;
}
.section-padding-t {
  padding-top: var(--section-padding);
}
.section-padding-b {
  padding-bottom: var(--section-padding);
}
.section-padding--large {
  padding: var(--section-padding--large) 0;
}
.section-padding--large-t {
  padding-top: var(--section-padding--large);
}
.section-padding--large-b {
  padding-bottom: var(--section-padding--large);
}
.section-padding--small {
  padding: var(--section-padding--small) 0;
}
.section-padding--small-t {
  padding-top: var(--section-padding--small);
}
.section-padding--small-b {
  padding-bottom: var(--section-padding--small);
}
.inner {
  width: var(--inner);
  max-width: var(--inner);
  margin: 0 auto
}
@media only screen and (max-width: 1199px) {
  .inner {
    width: var(--inner-responsive)
  }
}
.inner-large {
  width: var(--inner-large);
  max-width: var(--inner-large);
  margin: 0 auto
}
@media only screen and (max-width: 1399px) {
  .inner-large {
    width: var(--inner-responsive)
  }
}
.inner-all {
  width: var(--inner-responsive);
  margin: 0 auto
}
.txt1 {
  font-size: var(--txt1-size);
  line-height: var(--txt1-height);
  font-weight: var(--txt1-weight);
  letter-spacing: var(--txt1-ls)
}
.txt2 {
  font-size: var(--txt2-size);
  line-height: var(--txt2-height);
  font-weight: var(--txt2-weight);
  letter-spacing: var(--txt2-ls)
}
.txt3 {
  font-size: var(--txt3-size);
  line-height: var(--txt3-height);
  font-weight: var(--txt3-weight);
  letter-spacing: var(--txt3-ls)
}
.txt4 {
  font-size: var(--txt4-size);
  line-height: var(--txt4-height);
  font-weight: var(--txt4-weight);
  letter-spacing: var(--txt4-ls)
}
.txt5 {
  font-size: var(--txt5-size);
  line-height: var(--txt5-height);
  font-weight: var(--txt5-weight);
  letter-spacing: var(--txt5-ls)
}
.txt6 {
  font-size: var(--txt6-size);
  line-height: var(--txt6-height);
  font-weight: var(--txt6-weight);
  letter-spacing: var(--txt6-ls)
}

.fw700 {
  font-weight: 700;
}
.fw500 {
  font-weight: 500;
}
.fw400 {
  font-weight: 400;
}
.lh1 {
  line-height: 1;
}
.lh1-3 {
  line-height: 1.3;
}
.lh1-7 {
  line-height: 1.7;
}
.lh2 {
  line-height: 2;
}
.lh3 {
  line-height: 3;
}
.ls0 {
  letter-spacing: 0;
}
.ls05 {
  letter-spacing: 0.05em;
}
.ls02 {
  letter-spacing: 0.2em;
}
.base-font {
  font-family: var(--base-font);
}
.en-font {
  font-family: var(--en-font);
}
.logo-font {
  font-family: var(--logo-font);
}
.base-color {
  color: var(--base-color);
}
.accent-color {
  color: var(--accent-color);
}
.accent-color--dark {
  color: var(--accent-color--dark);
}
.gray-color {
  color: var(--gray);
}
.white-color {
  color: #fff;
}
.font-color {
  color: var(--font-color);
}
.black-color {
  color: black;
}
.mt-d {
  margin-top: 4rem;
}
.mt-d--large {
  margin-top: 8rem;
}
.mt5 {
  margin-top: 0.5rem;
}
.mt10 {
  margin-top: 1rem;
}
.mt15 {
  margin-top: 1.5rem;
}
.mt20 {
  margin-top: 2rem;
}
.mt30 {
  margin-top: 3rem;
}
.mt40 {
  margin-top: 4rem;
}
.mt50 {
  margin-top: 5rem;
}
.mt60 {
  margin-top: 6rem;
}
.mr5em {
  margin-right: 0.5em;
}
.mr10em {
  margin-right: 1em;
}
.mt10em {
  margin-top: 1em;
}
.bg-main {
  background-color: var(--main-color);
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: black;
}
.border-bottom {
  border-bottom: 1px solid CurrentColor;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.underline-txt {
  text-decoration: underline;
}
.hover-underline:hover {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-left-margin-auto {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .text-center--tab {
    text-align: center;
  }
  .text-left--tab {
    text-align: left;
  }
  .text-left-margin-auto--tab {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .text-center--sp {
    text-align: center;
  }
  .text-left--sp {
    text-align: left;
  }
  .text-left-margin-auto--sp {
    display: table;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .none--tab {
    display: none;
  }
  .block--tab {
    display: block;
  }
  .inline--tab {
    display: inline;
  }
  .inline-block--tab {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .none--sp {
    display: none;
  }
  .block--sp {
    display: block;
  }
  .inline--sp {
    display: inline;
  }
  .inline-block--sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 500px) {
  .none--mobile {
    display: none;
  }
  .block--mobile {
    display: block;
  }
  .inline--mobile {
    display: inline;
  }
  .inline-block--mobile {
    display: inline-block;
  }
}
@media only screen and (max-width: 374px) {
  .none--se {
    display: none;
  }
  .block--se {
    display: block;
  }
  .inline--se {
    display: inline;
  }
  .inline-block--se {
    display: inline-block;
  }
}
.textbr {
  display: inline-block;
}
@media only screen and (min-width: 1120px) {
  .textbr--pc-only {
    display: inline-block;
  }
}
.white-space-nowrap {
  white-space: nowrap;
}
@media only screen and (min-width: 1120px) {
  .white-space-nowrap--pc-only {
    white-space: nowrap;
  }
}
.break-all {
  word-break: break-all;
}
img {
  max-width: 100%;
  height: auto;
}
.img-100 img {
  width: 100%;
  height: auto;
}
.hover-op:hover {
  opacity: .7;
  transition: var(--normal-transition);
}
.hover-op--clear:hover {
  opacity: .5;
  transition: var(--normal-transition);
}
.mw-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.mw-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mw-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.mw-950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.h-100 {
  height: 100%;
}

.of-hidden {
  overflow: hidden;
}


/******************************************
ここからコンポーネント共通パーツ
********************************************/

/* logo */
.logo {
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .logo {
    font-size: 32px;
  }
}
.logo img {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 200px;
  }
}
.logo.logo--page {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .logo.logo--page {
    font-size: 30px;
  }
}

/* menu */
.menu {
  display: flex;
  flex-wrap: wrap;
}

.menu__item {
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .menu__item {
    width: 50%;
  }
}

.menu__txt {
  display: block;
  position: relative;
  padding: 2rem;
  padding-left: 1.5em;
  transition: var(--normal-transition);
}
.menu__txt::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .25em;
  height: .25em;
  background: var(--base-color);
}

@media (hover: hover){
  .menu__txt:hover {
    text-decoration: underline;
  }
}

.menu__letter {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .menu__letter {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .menu__letter {
    font-size: 12px;
  }
}

/* menu-sub */
.menu-sub {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .menu-sub {
    display: block;
  }
}

.menu-sub__item {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .menu-sub__item + menu-sub__item {
    margin-top: 3rem;
  }
}

.menu-sub__txt {
  display: block;
  position: relative;
  padding: 1rem;
}

@media (hover: hover){
  .menu-sub__txt:hover {
    opacity: .7;
    transition: var(--normal-transition);
    
  }
}

.menu-sub__letter {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .05em;
}
.menu-sub__letter::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -.2em;
  left: 0;
  width: .4em;
  height: .4em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center bottom;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .menu-sub__letter {
    font-size: 14px;
  }
}

/* spメニュー */
.menu-sp__item {
  border-bottom: 1px solid var(--base-color);
}
.menu-sp__item:first-child {
  border-top: 1px solid var(--base-color);
}

.menu-sp__txt {
  display: block;
  text-align: center;
  padding: 3rem var(--inner-responsive-p);
}

.menu-sp__txt:hover {
  background: var(--main-color);
  transition: var(--normal-transition);
}

.menu-sp__letter {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .menu-sp__letter {
    font-size: 16px;
    transition: var(--normal-transition);
  }
}

/*ハンバーガーメニュー*/
.menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 5rem;
  height: 5rem;
  background: var(--base-color);
  border-radius: .5rem;
}
@media screen and (max-width: 767px) {
  .menu-btn {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
}

.menu-btn__main, .menu-btn__bar {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-btn__main {
  position: relative;
  width: 2.5rem;
  height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .menu-btn__main {
    width: 25px;
    height: 17.5px;
  }
}

.menu-btn__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 3px;
}

/*ハンバーガーメニューの線１〜３本目*/
.menu-btn__bar:nth-of-type(1) {
  top: 0px;
}
.menu-btn__bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-btn__bar:nth-of-type(3) {
  bottom: 0px;
}

/*jsでactiveクラスを付与*/
/*メニューボタン・クリックアニメーション*/
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-btn.active .menu-btn__bar {
  transition: var(--normal-transition);
}

.menu-btn.active .menu-btn__bar:nth-of-type(1) {
  -webkit-transform: translateY(.73rem) rotate(-45deg);
  transform: translateY(.73rem) rotate(-45deg);
}

.menu-btn.active .menu-btn__bar:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

.menu-btn.active .menu-btn__bar:nth-of-type(3) {
  -webkit-transform: translateY(-.73rem) rotate(45deg);
  transform: translateY(-.73rem) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .menu-btn.active .menu-btn__bar:nth-of-type(1) {
    -webkit-transform: translateY(7.3px) rotate(-45deg);
    transform: translateY(7.3px) rotate(-45deg);
  }
  
  .menu-btn.active .menu-btn__bar:nth-of-type(3) {
    -webkit-transform: translateY(-7.3px) rotate(45deg);
    transform: translateY(-7.3px) rotate(45deg);
  }
  
}

.menu-btn__txt {
  margin-top: 5px;
}

.menu-btn__letter {
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

/* プラスアイコン */
.plus {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 15px;
  height: 1px;
  background: var(--base-color);
  position: relative;
}
.plus::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.plus.active::after {
  display: none;
}

/* 縦並び中央寄席見出し */
.heading-center {
  text-align: center;
}

.heading-center__jp {
  margin-top: 1rem;
}

.heading-center__jp.heading-center__jp--mt-large {
  margin-top: 2rem;
}

.heading-center__desc {
  margin-top: 4rem;
}
@media screen and (max-width: 1199px) {
  .heading-center__desc {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: left;
  }
}

/* 縦並び左揃え見出し */
.heading-left {
  text-align: left;
}

.heading-left__jp {
  margin-top: 1rem;
  padding-left: 1rem;
}

.heading-left__jp-letter {
  position: relative;
  padding-left: 1em;
}

.heading-left__jp-letter::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: .75em;
  height: 2px;
  background: currentColor;
}

.heading-left__desc {
  margin-top: 2.5rem;
}

/* 下にせん */
.heading-has-bottom-border {
  display: inline-block;
  position: relative;
  padding-bottom: 1em;
}

.heading-has-bottom-border::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 10rem;
  height: 2px;
  background: var(--base-color);
}

/* 左に線 */
.heading-left-border {
  border-left: 5px solid var(--accent-color);
  padding-left: .75em;
}

/* 見出しのテキスト */
.heading-en-letter {
  font-style: italic;
  font-family: var(--logo-font);
  font-size: var(--heading-en-size);
  line-height: var(--heading-en-height);
  font-weight: var(--heading-en-weight);
  letter-spacing: var(--heading-en-ls);
}

.heading-letter {
  font-style: italic;
  font-size: var(--heading-size);
  line-height: var(--heading-height);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-ls);
}

.heading-letter--large {
  font-size: var(--heading--large-size);
  line-height: var(--heading-height);
  font-weight: var(--heading-weight);
  letter-spacing: var(--heading-ls);
}

/* ボタン */
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 28rem;
  border-radius: 5em;
  padding: .5em 1em;
  border: 1px solid var(--base-color);
  background: var(--base-color);
  color: white;
  font-size: var(--btn-size);
  line-height: var(--btn-height);
  font-weight: var(--btn-weight);
  letter-spacing: var(--btn-ls);
}
@media screen and (max-width: 767px) {
  .btn {
    min-width: 280px;
  }
}
@media screen and (max-width: 374px) {
  .btn {
    display: block;
    min-width: auto;
  }
}

.btn.btn--white {
  border-color: white;
  background: white;
  color: var(--base-color);
}
.btn.btn--gray {
  border-color: var(--gray);
  background: var(--gray);
  color: white;
}

.btn__with-icon {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.btn__with-icon::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn__with-icon.btn__with-icon--insta::after {
  background-image: url(../img/icon-instagram-white.svg);
}
.btn__with-icon.btn__with-icon--map::after {
  background-image: url(../img/icon-map-white.svg);
}

.btn:hover,
.btn-hover-trigger:hover .btn {
  background: white;
  color: var(--base-color);
  transition: var(--normal-transition);
}
.btn.btn--white:hover,
.btn-hover-trigger:hover .btn.btn--white {
  color: var(--font-color);
}
.btn.btn--gray:hover,
.btn-hover-trigger:hover .btn.btn--gray {
  color: var(--font-color);
}

.btn:hover .btn__with-icon.btn__with-icon--insta::after,
.btn-hover-trigger:hover .btn .btn__with-icon.btn__with-icon--insta::after {
  background-image: url(../img/icon-instagram-base.svg);
  transition: var(--normal-transition);
}

.btn:hover .btn__with-icon.btn__with-icon--map::after,
.btn-hover-trigger:hover .btn .btn__with-icon.btn__with-icon--map::after {
  background-image: url(../img/icon-map-base.svg);
  transition: var(--normal-transition);
}

/* btn-arrow */
.btn-arrow {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 22rem;
  border-radius: 5em;
  padding: .75em 1em;
  padding-right: 2em;
  border: 1px solid var(--base-color);
  background: var(--base-color);
  color: white;
  font-size: var(--btn-size);
  line-height: var(--btn-height);
  font-weight: var(--btn-weight);
  letter-spacing: var(--btn-ls);
}
@media screen and (max-width: 767px) {
  .btn-arrow {
    min-width: 140px;
  }
}
@media screen and (max-width: 374px) {
  .btn-arrow {
    display: block;
    min-width: auto;
  }
}

.btn-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -.2em;
  right: 1em;
  width: .4em;
  height: .4em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center bottom;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}


.btn-arrow.btn-arrow--white .btn-arrow__has-arrow::after {
  background-image: url(../img/icon-yajirushi-accent.svg);
}

.btn-arrow.btn-arrow--no-shadow {
  box-shadow: none;
}
@media (hover: hover){
  .btn-arrow:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}

/* btn-anchor */
.btn-anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  height: 7rem;
  background: var(--base-color);
  border: 1px solid var(--base-color);
  color: white;
  border-radius: .5em;
  padding: .5em .5em 1.25em;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .btn-anchor {
    height: 70px;
    font-size: 15px;
  }
}

.btn-anchor::after {
  content: '';
  position: absolute;
  bottom: 1.25em;
  margin-left: -.2em;
  left: 50%;
  width: .4em;
  height: .4em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transform-origin: center bottom;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .btn-anchor::after {
    bottom: 1.5em;
  }
}

@media (hover: hover){
  .btn-anchor:hover {
    background: white;
    color: var(--base-color);
    transition: var(--normal-transition);
  }

  .btn-anchor:hover::after {
    bottom: .75em;
    transition: var(--normal-transition);
  }
}


/* 日付のテキスト */
.time {
  font-family: var(--en-font);
  font-size: var(--time-size);
  letter-spacing: var(--time-ls);
}

/* カテゴリー */
.cat {
  display: inline-block;
  position: relative;
  padding: .5em 1em;
  border: 1px solid var(--accent-color);
  background: var(--accent-color);
  color: white;
  font-size: var(--cat-size);
  font-weight: var(--cat-weight);
  letter-spacing: var(--cat-ls);
}
.cat.cat--m {
  margin-top: .5rem;
  margin-right: 1rem;
}
.cat.cat--link:hover {
  background: white;
  color: var(--accent-color);
  transition: var(--normal-transition);
}

/* タグ */
.tag {
  display: inline-block;
  border-radius: 5rem;
  padding: .5em 1em;
  border: 2px solid var(--base-color);
  background: white;
  color: var(--font-color);
  font-size: var(--tag-size);
  font-weight: var(--tag-weight);
  letter-spacing: var(--tag-ls);
}
.tag--link:hover {
  background: var(--base-color);
  color: white;
  transition: var(--normal-transition);
}

/* → */
.yajirushi {
  display: inline-block;
  width: 3rem;
  height: .8rem;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
.yajirushi.yajirushi--large {
  width: 4rem;
  height: 1.2rem;
}
.yajirushi.yajirushi--white {
  border-color: white;
}
.yajirushi.yajirushi--reverse {
  border-right: none;
  border-left: 1px solid currentColor;
  -ms-transform: skew(135deg);
  transform: skew(135deg);
}
@media screen and (max-width: 767px) {
  .yajirushi {
    width: 30px;
    height: 8px;
  }
  .yajirushi.yajirushi--large {
    width: 40px;
    height: 12px;
  }
}

/* 背景画像 */
.bg-image {
  position: relative;
}
.bg-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  z-index: var(--minus-z);
}

.bg-image__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--minus-z);
}

.bg-image__image {
  height: 100%;
}

.bg-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* パララックス */
.bg-parallax {
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .bg-parallax {
    height: 65vw
  }
}

.bg-parallax__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--minus-z);
  width: 100%;
  height: 100%;
  background-image: url();
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 7667px) {
  .bg-parallax__bg {
    width: 100vw;
    height: 100vh;
  }
}

.bg-parallax.bg-parallax--about .bg-parallax__bg.active {
  background-image: url(../img/page-about-intro-img.jpg);
}

/* map */
.map iframe {
  width: 100%!important;
  height: 30rem!important;
}
@media screen and (max-width: 767px) {
  .map iframe {
    height: 300px!important;
  }
}

/* 電話番号 */
.tel {
	display: inline-block;
}

.tel__main-row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tel__title {
	margin-right: 1.5rem;
  padding-top: 1rem;
}

.tel__title-letter {
	font-family: var(--en-font);
  font-size: var(--tel-title-size);
	line-height: var(--tel-title-height);
	font-weight: var(--tel-title-weight);
	letter-spacing: var(--tel-title-ls);
}

.tel__number-letter {
	font-family: var(--en-font);
	font-size: var(--tel-number-size);
	line-height: var(--tel-number-height);
	font-weight: var(--tel-number-weight);
	letter-spacing: var(--tel-number-ls);
}

.tel__sub {
	margin-top: .5rem;
	text-align: center;
}

.tel__sub-letter {
  font-size: var(--tel-sub-size);
	line-height: var(--tel-sub-height);
	font-weight: var(--tel-sub-weight);
	letter-spacing: var(--tel-sub-ls);
}

/* 電話番号 */
.tel-number {
  display: inline-block;
}

.tel-number__row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tel-number__img {
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .tel-number__img {
    margin-right: 10px;
  }
}

.tel-number__tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: var(--base-color);
}
.tel-number__tel-icon img {
  width: 2.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tel-number__tel-icon {
    width: 40px;
    height: 40px;
  }
  .tel-number__tel-icon img {
    width: 20px;
  }
}
@media screen and (max-width: 374px) {
  .tel-number__tel-icon {
    width: 35px;
    height: 35px;
  }
  .tel-number__tel-icon img {
    width: 17px;
  }
}

.tel-number__letter {
  font-family: var(--en-font);
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: .1rem;
}
@media screen and (max-width: 767px) {
  .tel-number__letter {
    font-size: 36px;
  }
}
@media screen and (max-width: 374px) {
  .tel-number__letter {
    font-size: 30px;
  }
}

/* 電話番号小さい */
.tel-number.tel-number--small .tel-number__img {
  margin-right: .7rem;
}
@media screen and (max-width: 767px) {
  .tel-number.tel-number--small .tel-number__img {
    margin-right: 5px;
  }
}


.tel-number.tel-number--small .tel-number__tel-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.tel-number.tel-number--small .tel-number__tel-icon img {
  width: 1.25rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tel-number.tel-number--small .tel-number__tel-icon {
    width: 20px;
    height: 20px;
  }
  .tel-number.tel-number--small .tel-number__tel-icon img {
    width: 10px;
  }
}
@media screen and (max-width: 374px) {
  .tel-number.tel-number--small .tel-number__tel-icon {
    width: 17px;
    height: 17px;
  }
  .tel-number.tel-number--small .tel-number__tel-icon img {
    width: 8px;
  }
}

.tel-number.tel-number--small .tel-number__letter {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .tel-number.tel-number--small .tel-number__letter {
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .tel-number__letter {
    font-size: 16px;
  }
}


/* テーブル */
.table-common {
  width: 100%;
}

.table-common__child {
  text-align: left;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--border-color--light);
}
@media screen and (max-width: 767px) {
  .table-common__child {
    display: block;
  }
}

.table-common__child.table-common__child--min-w {
  min-width: 20rem;
}
@media screen and (max-width: 767px) {
  .table-common__child.table-common__child--min-w {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table-common__child.table-common__child--th {
    padding: 3rem 3rem 0;
    border-bottom: none;
  }
}

.table-common__child.table-common__child--td {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .table-common__child.table-common__child--td {
    padding-bottom: 3rem;
  }
  .table-common__row:first-child .table-common__child.table-common__child--td {
    border-top: none;
  }
}

.table-common__row:first-child .table-common__child {
  border-top: 1px solid var(--border-color--light);
}
.table-common__row:last-child .table-common__child {
  border-bottom-color: var(--border-color--light);
}

.table-common__child.table-common__child--v-top {
  vertical-align: top;
}

/* テキストのテーブル */
.table-txt__child {
  vertical-align: top;
  text-align: left;
  padding: .5rem 0;
}
.table-txt__tr:first-child .table-txt__child {
  padding-top: 0;
}
.table-txt__tr:last-child .table-txt__child {
  padding-bottom: 0;
}
.table-txt__child.table-txt__child--th {
  padding-right: 1.5em;
  color: var(--base-color);
}

/* box table */
.table-box {
  width: 100%;
}

.table-box__child {
  text-align: center;
  padding: 1em;
  border: 1px solid var(--border-color--light);
}

.table-box__child.table-box__child--th {
  background: var(--base-color);
  color: white;
}
.table-box__child.table-box__child--td {
  background: white;
  color: var(--font-color);
}
.table-box__child.table-box__child--w {
  width: 20rem;
}
.table-box__child.table-box__child--bg-gray {
  background: var(--gray-light);
}

@media screen and (max-width: 767px) {
  .table-box__letter-note {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .table-box.table-box--sp .table-box__child {
    padding: .75em .5em;
  }
}

/* YouTube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* パンクズリスト */
.breadcrumb {
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
  overflow-x: scroll;
  padding: 1rem 0;
  background: white;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb.breadcrumb--bg-main {
  background: var(--main-color);
}

.breadcrumb__list {
  display: flex;
  align-items: center;
}

.breadcrumb__list-item {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list-item {
    font-size: 12px;
  }
}

.breadcrumb__list-item::after {
  content: '>';
  padding: 0 1.2rem;
}

.breadcrumb__list-item:last-child::after {
  content: '';
  padding: 0;
}

.breadcrumb__link {
  font-weight: 500;
}

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

/* slick設定 */
.slick-dots li button:before {
  opacity: 1;
  color: var(--gray);
  font-size: 10px;
}
.slick-dots li button:hover:before {
  opacity: .5;
  transition: var(--normal-transition);
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--base-color);
}

/* slick ベース設定 */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* slick 前へボタン、次へボタン */
.slide-arrow {
  margin-top: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: var(--normal-z);
  transform: translateY(-50%);
  text-align: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--base-color);
}
@media screen and (max-width: 767px) {
  .slide-arrow {
    width: 40px;
    height: 40px;
  }
}

.slide-arrow.slide-arrow--prev {
  padding-left: .4rem;
}
.slide-arrow.slide-arrow--next {
  padding-right: .4rem;
}
@media screen and (max-width: 767px) {
  .slide-arrow.slide-arrow--prev {
    padding-left: 4px;
  }
  .slide-arrow.slide-arrow--next {
    padding-right: 4px;
  }
}

.slide-arrow.slide-arrow--position-left {
  left: 0;
}
.slide-arrow.slide-arrow--position-right {
  right: 0;
}

.slide-arrow.slide-arrow--position-left-single {
  left: 0;
  transform: translateX(-50%);
}
.slide-arrow.slide-arrow--position-right-single {
  right: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 1199px) {
  
  .slide-arrow.slide-arrow--position-left-single {
    margin-top: -20px;
    top: 50%;
    bottom: auto;
    transform: translateX(0);
  }
  .slide-arrow.slide-arrow--position-right-single {
    margin-top: -20px;
    top: 50%;
    bottom: auto;
    transform: translateX(0);
  }
}


.slide-arrow__arrow {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .slide-arrow__arrow {
    width: 12px;
    height: 12px;
  }
}

.slide-arrow__arrow.slide-arrow__arrow--prev {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

.slide-arrow__arrow.slide-arrow__arrow--next {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.slide-arrow:hover {
  background: white;
  transition: var(--normal-transition);
}
.slide-arrow:hover .slide-arrow__arrow {
  border-color: var(--base-color);
  transition: var(--normal-transition);
}

/* 3つ並びレイアウト */
.layout-grid-3c {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3.5rem;
}
@media screen and (max-width: 1199px) {
  .layout-grid-3c.layout-grid-3c--tab-2c {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 767px) {
  .layout-grid-3c,
  .layout-grid-3c.layout-grid-3c--tab-2c {
    grid-template-columns: 1fr;
  }
}

/* FAQ */
.layout-faq.layout-faq--mt + .layout-faq.layout-faq--mt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .layout-faq.layout-faq--mt + .layout-faq.layout-faq--mt {
    margin-top: 15px;
  }
}

.layout-faq__q {
	cursor: pointer;
	display: block;
	position: relative;
	padding: 1.5rem 2.4rem;
  border-radius: 1rem;
  background: white;
  border: 1px solid var(--border-color--light);
}
@media screen and (max-width: 767px) {
  .layout-faq__q {
    padding: 15px 24px;
  }
}

.layout-faq__q.active {
  border-radius: 1rem 1rem 0 0;
}

.layout-faq__q-row {
	display: flex;
  align-items: center;
}

.layout-faq__q-heading {
	flex-shrink: 0;
	padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .layout-faq__q-heading {
    padding-right: 20px;
  }
}

.layout-faq__heading-letter {
	font-family: var(--en-font);
	font-size: 3rem;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0;
}
.layout-faq__heading-letter.layout-faq__heading-letter--q {
	color: var(--base-color);
}
.layout-faq__heading-letter.layout-faq__heading-letter--a {
	color: var(--gray);
}
@media screen and (max-width: 767px) {
  .layout-faq__q-heading-letter {
    font-size: 30px;
  }
}

.layout-faq__q-title {
	position: relative;
	padding-right: 2rem;
	width: 100%;
}

.layout-faq__q-arrow-down {
  display: inline-block;
  position: absolute;
	top: 50%;
	right: 0;
  margin-top: -15px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transform-origin: center bottom;
  border-top: 2px solid  var(--font-color);
  border-right: 2px solid var(--font-color);
}
.layout-faq__q-arrow-down.active {
  margin-top: -10px;
  border: none;
  border-bottom: 2px solid  var(--font-color);
  border-left: 2px solid var(--font-color);
}

@media (hover: hover) {
  .layout-faq__q:hover {
    background: var(--main-color);
    transition: var(--normal-transition);
  }
}

.layout-faq__a {
	display: none;
	padding: 2rem 2.4rem;
  border: 1px solid var(--border-color--light);
  border-radius: 0 0 1rem 1rem;
  border-top-width: 0;
  background: white;
}
@media screen and (max-width: 767px) {
  .layout-faq__a {
    padding: 15px 24px;
  }
}

.layout-faq__a-row {
	display: flex;
}
@media screen and (max-width: 767px) {
  .layout-faq__a-row {
    display: block;
  }
}

.layout-faq__a-heading {
	padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .layout-faq__a-heading {
    display: none;
  }
}

/* layout-article-banner-yajirushi */
.layout-article-banner-yajirushi {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 3rem 6rem;
}
@media screen and (max-width: 1199px) {
  .layout-article-banner-yajirushi {
    grid-template-columns: 1fr;
  }
}

/* 料金ボックス */
.layout-price-box {
  display: inline-block;
  min-width: 53rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .layout-price-box {
    min-width: 272px;
  }
}
@media screen and (max-width: 767px) {
  .layout-price-box__header-letter {
    font-size: 16px;
  }
}

.layout-price-box__header {
  padding: 1rem 0;
  background: black;
  color: white;
}
@media screen and (max-width: 767px) {
  .layout-price-box__header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.layout-price-box__body {
  padding: 3rem 0;
  background: white;
  border: 1px solid var(--border-color--light);
  border-top: none;
}
@media screen and (max-width: 767px) {
  .layout-price-box__body {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.layout-price-box__body-letter {
  line-height: 1;
}

.layout-price-box__body-letter-price {
  font-family: var(--en-font);
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: .01em;
}
@media screen and (max-width: 767px) {
  .layout-price-box__body-letter-price {
    font-size: 24px;
  }
}
.layout-price-box__body-letter-middle {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .layout-price-box__body-letter-middle {
    font-size: 16px;
  }
}
.layout-price-box__body-letter-small {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .layout-price-box__body-letter-small {
    font-size: 10px;
  }
}



/* 四角 */
.layout-box {
  padding: 4rem;
  background: var(--main-color);
}
.layout-box.layout-box--white {
  background: white;
}

.layout-box__desc {
  margin-top: 4rem;
}

.layout-box__child-box {
  padding: 4rem 2rem;
  background: white;
}

/* セクションの三角形 */
.layout-section-tri {
  position: relative;
}
.layout-section-tri::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
}
.layout-section-tri.layout-section-tri--to-left::after {
  border-right: 100vw solid transparent;
  border-top: 5vw solid white;
}
.layout-section-tri.layout-section-tri--to-right::after {
  border-left: 100vw solid transparent;
  border-top: 5vw solid white;
}
.layout-section-tri.layout-section-tri--main.layout-section-tri--to-left::after {
  border-right: 100vw solid transparent;
  border-top: 5vw solid var(--main-color);
}
.layout-section-tri.layout-section-tri--main.layout-section-tri--to-right::after {
  border-left: 100vw solid transparent;
  border-top: 5vw solid var(--main-color);
}
.layout-section-tri.layout-section-tri--black.layout-section-tri--to-left::after {
  border-right: 100vw solid transparent;
  border-top: 5vw solid black;
}
.layout-section-tri.layout-section-tri--black.layout-section-tri--to-right::after {
  border-left: 100vw solid transparent;
  border-top: 5vw solid black;
}

/* 線付きの四角 */
.layout-border-box {
  padding: 4rem;
  border: 1px solid var(--border-color--light);
  background: white;
}

/* スライド */
@media screen and (max-width: 1199px) {
  .layout-slide-three {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-slide-three {
    padding-bottom: 50px;
  }
}

.layout-slide-three__content {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1199px) {
  .layout-slide-three__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* SPだけslide */
@media screen and (max-width: 767px) {
  .layout-sp-slide__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* 平行四辺形の背景 */
.layout-section-bg {
  overflow: hidden;
  position: relative;
}

.layout-section-bg:after {
  content: '';
  position: absolute;
  z-index: var(--zero-z);
  top: 50%;
  left: -30%;
  width: 150%;
  height: 40rem;
  background: var(--main-color);
  transform: rotate(5deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .layout-section-bg:after {
    height: 400px;
  }
}

.layout-section-bg.layout-section-bg--reverse::after {
  transform: rotate(-5deg) translateY(-50%);
}

.layout-section-bg.layout-section-bg--h-large::after {
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .layout-section-bg.layout-section-bg--h-large::after {
    height: 400px;
  }
}

.layout-section-bg__content {
  position: relative;
  z-index: var(--normal-z);
}

/* 記事 */
.article-thumb {
  position: relative;
}

.article-thumb__inner {
  display: block;
  position: relative;
  height: 100%;
}

.article-thumb__img {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
}

.article-thumb__price {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.article-thumb__icon {
  position: absolute;
  top: -7.5rem;
  right: 2rem;
}

.article-thumb__tag {
  position: absolute;
  top: 0;
  left: 0;
}

.article-thumb__title {
  margin-top: .5rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.article-thumb__desc {
  margin-top: .5rem;
}

.article-thumb__inner:hover .article-thumb__img img {
  transform: scale(1.1);
  transition: var(--normal-transition);
}

.article-thumb__inner:hover .price-box {
  background: white;
  color: var(--base-color);
  transition: var(--normal-transition);
}

.article-thumb__inner:hover .article-thumb__title-letter {
  text-decoration: underline;
}

/* テキストのみの記事一覧 */
.article-txt-type {
  padding: 1.5rem 0;
  background-image: linear-gradient(to right, var(--border-color--light), var(--border-color--light) 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}

.article-txt-type__link {
  display: block;
}

.article-txt-type.article-txt-type--mt + .article-txt-type.article-txt-type--mt {
  margin-top: 1.5rem;
}

.article-txt-type__row {
  display: flex;
  align-items: center;
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 1199px) {
  .article-txt-type__row {
    flex-wrap: wrap;
  }
}

.article-txt-type__time {
  margin-right: 1.3rem;
  flex-shrink: 0;
}

.article-txt-type__cat {
  margin-right: 2.5rem;
  flex-shrink: 0;
  text-align: right;
  min-width: 8.8rem;
}
@media screen and (max-width: 1199px) {
  .article-txt-type__cat {
    margin-right: 0;
    text-align: left;
    min-width: auto;
  }
}

@media screen and (max-width: 1199px) {
  .article-txt-type__title {
    margin-top: 2rem;
    width: 100%;
  }
}

.article-txt-type__title-letter {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.article-txt-type:hover .article-txt-type__title-letter {
  text-decoration: underline;
}

.article-img-row__main {
  margin-top: 4rem;
}

/* 画像とテキストが横並び記事 */
.article-img-row.article-img-row--mt + .article-img-row.article-img-row--mt {
  margin-top: 6rem;
}

/* カードタイプの記事 */
.article-card {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.article-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--normal-z);
}

.article-card__link {
  display: block;
  height: 100%;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 1rem 1rem 0 var(--shadow-color);
  background: white;
}

.article-card__flex {
  display: flex;
  flex-direction: column;
}

.article-card__maker {
  margin-top: 2rem;
}

.article-card__title {
  margin-top: 2rem;
}

.article-card__title-letter {
  padding-bottom: .5em;
  border-bottom: 5px double var(--border-color);
}

.article-card__desc {
  margin-top: 2rem;
}

.article-card__link:hover {
  background: var(--main-color);
  transition: var(--normal-transition);
}


/* article-num-card */
.article-num-card {
  position: relative;
  padding: 6rem .5rem 4.5rem;
  border-radius: 10px;
  background: white;
}
.article-num-card__num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.article-num-card__num-letter {
  color: var(--base-color);
  font-family: var(--en-font);
  font-size: 6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .article-num-card__num-letter {
    font-size: 45px;
  }
}

.article-num-card__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.article-num-card__image img {
  max-width: 100%;
  height: auto;
}
.article-num-card__image.article-num-card__image--01 img {
  width: 10rem;
}
.article-num-card__image.article-num-card__image--02 img {
  width: 10rem;
}
.article-num-card__image.article-num-card__image--03 img {
  width: 12rem;
}

.article-num-card__title {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.article-num-card__desc {
  margin-top: 1rem;
  padding: 0 1.5rem;
}

/* 画像とテキストが横並び記事 */
.article-img-row.article-img-row--mt + .article-img-row.article-img-row--mt {
  margin-top: 6rem;
}

.article-img-row__main {
  margin-top: 4rem;
}

.article-img-row__main-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.article-img-row__img {
  width: 40%;
}
@media screen and (max-width: 1199px) {
  .article-img-row__img {
    width: 100%;
  }
}

.article-img-row__txt {
  width: 55%;
}
@media screen and (max-width: 1199px) {
  .article-img-row__txt {
    margin-top: 2rem;
    width: 100%;
  }
}



/* 線のボックス */
.box-border {
  padding: 2rem;
  border: 1px solid var(--border-color);
}

.article-img-row__main-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.article-img-row__img {
  width: 40%;
}
@media screen and (max-width: 1199px) {
  .article-img-row__img {
    width: 100%;
  }
}

.article-img-row__txt {
  width: 55%;
}
@media screen and (max-width: 1199px) {
  .article-img-row__txt {
    margin-top: 2rem;
    width: 100%;
  }
}

/* クーポン */
.article-coupon {
  overflow: hidden;
  position: relative;
  z-index: var(--zore-z);
  border-radius: 1rem;
}

.article-coupon__link {
  display: block;
  height: 100%;
}

.article-coupon__txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .article-coupon__txt {
    width: 100%;
  }
}

.article-coupon__txt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: var(--normal-z);
  height: 100%;
  padding: 3rem 1.5rem;
  background: rgb(219,120,0,0.6);
  color: white;
}
@media screen and (max-width: 1199px) {
  .article-coupon__txt-box {
    text-align: center;
  }
}

.article-coupon__subtitle-letter {
  font-family: var(--en-font);
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .article-coupon__subtitle-letter {
    font-size: 20px;
  }
}

.article-coupon__title {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .article-coupon__title {
    margin-top: 10px;
  }
}

.article-coupon__title-letter {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .article-coupon__title-letter {
    font-size: 30px;
  }
}

.article-coupon__desc {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .article-coupon__desc {
    margin-top: 20px;
  }
}

.article-coupon__desc {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .article-coupon__desc {
    font-size: 14px;
  }
}

.article-coupon__image {
  overflow: hidden;
}

.article-coupon__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .article-coupon__image img {
    height: 30rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .article-coupon__image img {
    height: 300px;
  }
}

.article-coupon__link:hover .article-coupon__image img {
  transform: scale(1.1);
  transition: var(--normal-transition);
}

/* article-has-tri */
.article-has-tri-parent {
  counter-reset: list_num;
}
.article-has-tri {
  position: relative;
  text-align: center;
  min-height: 25rem;
  padding: 4rem 1rem 3rem;
  border-radius: 1rem;
  background: var(--main-color);
}
.article-has-tri::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc( 100% + 1rem );
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 1.5rem solid var(--main-color);
  border-right: 0;
}
@media screen and (max-width: 1199px) {
  .article-has-tri::after {
    top: calc( 100% + 10px );
    left: 50%;
    transform: translateX(-50%);
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid var(--main-color);
    border-bottom: 0;
  }
}
.article-has-tri:last-child::after {
  display: none;
}

.article-has-tri__num-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-20px);
}

.article-has-tri__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: var(--accent-color--dark);
  color: white;
}
@media screen and (max-width: 1199px) {
  .article-has-tri__num {
    width: 52px;
    height: 52px;
  }
}

.article-has-tri__num-letter::after {
  counter-increment: list_num;
  content: counter(list_num, decimal-leading-zero);
  font-family: var(--en-font);
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .article-has-tri__num-letter::after {
    font-size: 24px;
  }
}

.article-has-tri__txt {
  padding-top: 1.5rem;
}

.article-has-tri__desc {
  margin-top: 1rem;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .article-has-tri__desc {
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}

/* 丸いタグボックス */
.tag-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: .75rem;
  background: var(--accent-color);
  font-family: var(--en-font);
  color: white;
}

.tag-box__title-letter {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}

.tag-box__number-letter {
  font-size: 5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .1em;
}

/* ドットのリスト */
.list-point__item {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.list-point__item::before {
  content: '・';
}

.list-point__item + .list-point__item {
  margin-top: 1rem;
}

/* 余白つきリスト */
.list-mt__item + .list-mt__item {
  margin-top: 1rem;
}

/* タグ一覧 */
.list-tag {
  display: flex;
  flex-wrap: wrap;
}
.list-tag.list-tag--jc-end {
  justify-content: flex-end;
}
.list-tag.list-tag--jc-center {
  justify-content: center;
}

.list-tag__item {
  margin-top: 1rem;
  margin-right: 2rem;
}
.list-tag__item:last-child {
  margin-right: 0;
}

.list-check__item {
  position: relative;
  padding-left: 1.5em;
}

.list-check__item::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: 1em;
  height: .5em;
  border-left: 2px solid var(--base-color);
  border-bottom: 2px solid var(--base-color);
  transform: rotate(-45deg);
}

.list-check.list-check--p-02 .list-check__item::after {
  top: 1em
}


/* ページネーション */
.pagination {
	display: flex;
  align-items: center;
	justify-content: center;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .pagination {
  	font-size: 14px;
  }
}

.pagination.pagination--mt {
  margin-top: 8rem;
}

.page-numbers {
  text-align: center;
  width: 2rem;
  height: 3rem;
  padding: .6rem 0;
  background: var(--main-color);
  font-family: var(--en-font);
}
@media screen and (max-width: 767px) {
  .page-numbers {
    width: 20px;
    height: 30px;
    padding: 6px 0;
  }
}

.page-numbers {
  display: block;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    margin-right: 10px;
  }
}
.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
	pointer-events: none!important;
  background: var(--font-color);
  color: white;
}

.page-numbers.prev,
.page-numbers.next {
  width: auto;
  height: auto;
  background: transparent;
  font-family: var(--base-font);
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
  background: transparent;
  color: var(--font-color);
  text-decoration: underline;
}

.page-numbers.dots {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: var(--font-color);
}

.page-numbers.dots:hover {
  background: transparent;
  color: var(--font-color);
}

.page-numbers:hover {
  background: var(--base-color);
  color: white;
  transition: var(--normal-transition);
}

/* アスペクト比維持したまま画像 */
.img-aspect {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.img-aspect.img-aspect--voice {
  padding-top: 73.4375%;
}
.img-aspect img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-no-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gray);
}

/* form レイアウト */
.snow-monkey-form {
  margin-inline: auto;
  max-width: 700px;
}

.smf-form--simple-table .smf-item {
  align-items: center;
}

.smf-form--simple-table .smf-item.v-top {
  align-items: flex-start;
}

.smf-form--simple-table .smf-item.v-top .smf-item__label {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .smf-form--simple-table .smf-item.v-top .smf-item__label {
    padding-top: 0;
  }
}

.smf-control-description {
  font-size: var(--txt6-size);
}

.wp-block-snow-monkey-forms-item + .wp-block-snow-monkey-forms-item {
  margin-top: 3rem;
}

.smf-form--simple-table .smf-item {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--border-color--light);
}

/* 規約checkbox レイアウト */
.smf-form--simple-table .smf-item.kiyaku-checkbox-layout {
  padding-bottom: 0;
  border-bottom: none;
}

.smf-form--simple-table .smf-item.kiyaku-checkbox-layout .smf-item__col--label {
  display: none;
}

.smf-form--simple-table .smf-item.kiyaku-checkbox-layout .smf-item__col--controls {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

/* 横並び */
.form-grid .smf-item__controls {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
}

/* control */
.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-select-control__control,
.smf-form .smf-item .smf-textarea-control__control {
  width: 100%;
  border-radius: 0;
  background: white;
  border: 1px solid var(--border-color--light);
  font-size: var(--input-size);
  line-height: var(--input-height);
  font-weight: var(--input-weight);
  letter-spacing: var(--input-ls);
}
.smf-form .smf-item .smf-text-control__control::placeholder,
.smf-form .smf-item .smf-textarea-control__control::placeholder {
  color: var(--placeholder-color);
}

.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-select-control__control {
  height: 5rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .smf-form .smf-item .smf-text-control__control,
  .smf-form .smf-item .smf-select-control__control {
    height: 50px;
  }
}

.smf-form .smf-item .smf-textarea-control__control {
  height: 30rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .smf-form .smf-item .smf-textarea-control__control {
    height: 300px;
  }
}

/* select layout */
.smf-form .smf-item .smf-select-control {
  display: block;
}

.smf-select-control {
  position: relative;
}

.smf-select-control select {
  color: var(--placeholder-color);
}
.smf-select-control select.is-selected {
  color: var(--font-color);
}

.smf-select-control::after {
  pointer-events: none;
  content: '';
  position: absolute;
  right: 2rem;
  top: 1.25em;
  z-index: var(--normal-z);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 9px solid var(--placeholder-color);
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .smf-select-control::after {
    top: 1.85em;
  }
}

/* checkbox layout */
.smf-checkboxes-control__control {
  display: flex;
  flex-wrap: wrap;
}

.smf-label {
  margin-right: 2rem;
}

/* checkbox */
.smf-form .smf-checkboxes-control--horizontal .smf-checkboxes-control__control>.smf-label {
  margin-right: 15px;
}
.smf-form .smf-item .smf-checkbox-control {
  display: inline-block;
}

.smf-form .smf-item .smf-checkbox-control__label {
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 1.25em;
  font-size: var(--input-size);
  line-height: var(--input-height);
}

.smf-form .smf-item .smf-checkbox-control__label::before {
  content: "";
  display: block;
  position: absolute;
  top: .45em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid var(--font-color);
}

.smf-form .smf-item .smf-checkbox-control__control:checked + .smf-checkbox-control__label::after {
  content: "";
  display: block;
  position: absolute;
  top: .25em;
  left: .3em;
  width: .5em;
  height: 1em;
  transform: rotate(40deg);
  border-bottom: 3px solid var(--accent-color);
  border-right: 3px solid var(--accent-color);
}

.smf-form .smf-item .smf-checkbox-control__control {
  display: none;
}


/* ラベル */
.smf-item__label__text {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .smf-item__label__text {
    font-size: var(--input-size);
  }
}

/* 必須 */
.require .smf-item__label__text::after {
  content: '必須';
  margin-left: 1em;
  border-radius: .5em;
  padding: .35em .5em .45em;
  background: #A9171F;
  color: white;
  font-size: 1.2rem;
}

/* ボタン */
.smf-form--simple-table+.smf-action {
  margin-top: 6rem;
  text-align: center;
}

.smf-action .smf-button-control__control {
  display: inline-block;
  position: relative;
  text-align: center;
  min-width: 20rem;
  padding: 1.5rem 4rem;
  padding-right: 5.5rem;
  border-radius: 0;
  border: none;
  background: var(--accent-color);
  color: white;
  font-size: var(--btn-size);
  line-height: var(--btn-height);
  font-weight: var(--btn-weight);
  letter-spacing: var(--btn-ls);
}
@media screen and (max-width: 767px) {
  .smf-action .smf-button-control__control {
    min-width: 200px;
    padding: 15px 40px;
    padding-right: 55px;
  }
}
.smf-action .smf-button-control__control::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-70%);
  width: 2rem;
  height: .4rem;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  .smf-action .smf-button-control__control::after {
    right: 20px;
    width: 20px;
    height: 4px;
  }
}

@media (hover: hover){
  .smf-action .smf-button-control__control:hover {
    opacity: .9;
    transition: var(--normal-transition);
  }
    .smf-action .smf-button-control__control:hover::after {
      transform: skew(45deg) translateX(3px);
      width: 23px;
      transition: var(--normal-transition);
    }
}

.txt-before-after::before {
  content: attr(data-before);
}

.txt-before-after::after {
  content: attr(data-after);
}

/* 横並びがあるテキスト */
.txt-flex {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.txt-flex.txt-flex--a-start {
  align-items: flex-start;
}

/* マーカー */
.txt-marker {
	display: inline-block;
	background-image: linear-gradient(transparent 1.1em, var(--accent-color) 0, var(--accent-color) 1.5em, transparent 0);
}

/* チェック */
.txt-check {
  position: relative;
  padding-left: 1.25em;
}
.txt-check::before {
  content: '';
  position: absolute;
  top: .4em;
  left: 0;
  height: 1em;
  width: 1em;
  border: 2px solid var(--border-color);
  box-sizing: border-box;
  border-radius: 4px;
}
.txt-check.txt-check--check::after {
  content: '';
  position: absolute;
  left: .3em;
  top: .5em;
  width: .4em;
  height: .6em;
  border: 2px solid var(--base-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}



/* ブログのスタイル */
.txt-single {
  word-break: break-all;
  overflow: hidden;
  font-size: var(--txt5-size);
  line-height: var(--txt5-height);
  letter-spacing: var(--txt5-ls);
}

.txt-single > *,
.txt-single .wp-block-table,
.txt-single .wp-block-image {
  margin-top: 4rem;
}
.txt-single > *:first-child {
  margin-top: 0rem;
}
.txt-single h1,
.txt-single h2,
.txt-single h3,
.txt-single h4,
.txt-single h5,
.txt-single h6 {
  letter-spacing: .25rem;
}
.txt-single h2 {
  padding-left: 2rem;
  border-left: 4px solid var(--base-color);
  font-size: var(--txt2-size);
}
.txt-single h3 {
  padding: 3rem;
  background: var(--gray-light);
  font-size: var(--txt3-size);
}
.txt-single h4 {
  padding-bottom: 1rem;
  border-bottom: 2px dotted var(--border-color--light);
  font-size: var(--txt4-size);
}
.txt-single h5 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: var(--txt5-size);
}
.txt-single h5::before {
  content: '○';
}
.txt-single h6 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: var(--txt5-size);
}
.txt-single h6::before {
  content: '■';
}

.txt-single img {
  display: block;
  max-width: 100%;
  height: auto;
}

.txt-single figcaption {
  margin-top: 1rem;
  color: #888;
  font-size: 80%;
}
.txt-single ul > li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.txt-single ul > li:before {
  content: '・';
}
.txt-single ol {
  counter-reset: ol_li;
}

.txt-single ol > li {
  position: relative;
  padding-left: 1.3em;
}

.txt-single ol > li::before {
  counter-increment: ol_li;
  content: counter(ol_li)".";
  color: var(--base-color);
  position: absolute;
  left: 0;
  top: 0;
}
.txt-single a {
  color: var(--base-color);
  text-decoration: underline;
}
.txt-single a:hover {
  text-decoration: none;
}
.txt-single table {
  width: 100%;
  background: white;
}
.txt-single table th,
.txt-single table td {
  border: 1px solid var(--border-color--light);
  padding: 1.5rem;
  text-align: left;
}
.txt-single table th {
  background-color: var(--gray-light);
  font-weight: 500;
}

.txt-single blockquote {
  display: inline-block;
  background: var(--gray-light);
  padding: 3rem;
}
.txt-single cite {
  margin-top: 2rem;
  display: block;
  text-align: right;
  font-size: 80%;
}
.txt-single cite::before {
  content: '引用元：';
}

.txt-single .wp-block-group {
  margin-top: 7rem;
}
.txt-single .wp-block-group:first-child {
  margin-top: 0;
}
.txt-single .wp-block-group .wp-block-group__inner-container > * {
  margin-top: 2rem;
}
.txt-single .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}

.txt-single .wp-block-button__link {
  text-decoration: none;
}

/* TOC */
.txt-single #toc_container ul {
  counter-reset: num;
}

.txt-single #toc_container li {
  text-indent: 0;
  padding-left: 0;
}
.txt-single #toc_container li::before {
  display: none;
}

.txt-single #toc_container a {
  display: inline-flex;
  text-decoration: none;
  color: var(--font-color);
}

.txt-single #toc_container a::before {
  content: counters(num,"-") ". ";
  counter-increment: num;
  display: inline-block;
  white-space: nowrap;
  padding-right: .3em;
}

.txt-single #toc_container a:hover {
  color: var(--accent-color);
}

.txt-single .toc_number {
  display: none;
}

/* ウィジェット */
.widget {
  font-size: var(--widget-size);
  line-height: var(--widget-height);
  font-weight: var(--widget-weight);
  letter-spacing: var(--widget-ls);
}
.widget:last-child {
  position: sticky;
  top: 4rem;
  left: 0;
}
.widget + .widget {
  margin-top: 4rem;
}

.wp-widget-group__inner-blocks {
  background: white;
}

.sidebar-title {
  padding: 1.5rem 2rem;
  background-color: var(--base-color);
  color: white;
}

.wp-widget-group__inner-blocks > ul {
  padding: 2rem;
}

.wp-widget-group__inner-blocks > ul li {
  position: relative;
  padding-left: 1em;
}

.wp-widget-group__inner-blocks > ul li + li {
  margin-top: 1.5rem;
}

.wp-widget-group__inner-blocks > ul li::before {
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  width: .35em;
  height: .35em;
  background: var(--base-color);
}

.wp-widget-group__inner-blocks a:hover {
  text-decoration: underline;
}

/* ウェジェット 検索 */
.wp-block-search__inside-wrapper {
  margin-top: 1rem;
  display: flex;
}

.wp-block-search__input {
  width: 100%;
  height: 5rem;
  padding: 0 2rem;
  background: white;
}

.wp-block-search__button {
  flex-shrink: 0;
  position: relative;
  text-align: center;
  width: 5rem;
  background: var(--base-color);
  color: white;
}

.wp-block-search__button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 2rem;
  height: 2rem;
  background-image: url(../img/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ページの先頭に戻るボタン */
.return-top-btn-wrap {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 8rem;
  z-index: var(--header-z);
}
.return-top-btn-wrap.active {
  opacity: 1;
  pointer-events: all;
  transition: opacity var(--normal-transition);
}
.return-top-btn-wrap.menu-click {
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--normal-transition);
}
@media screen and (max-width: 1199px) {
  .return-top-btn-wrap {
    bottom: 10.2vw
  }
}
@media screen and (max-width: 767px) {
  .return-top-btn-wrap {
    bottom: 12vw
  }
}

.return-top-btn {
  display: block;
  position: relative;
  width: 5rem;
  height: 5rem;
  background: var(--border-color);
}
@media screen and (max-width: 767px) {
  .return-top-btn {
    width: 50px;
    height: 50px;
  }
}

.return-top-btn__arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.2rem;
  margin-left: -.4rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}
@media screen and (max-width: 767px) {
  .return-top-btn__arrow {
    margin-top: -2px;
    margin-left: -4px;
    width: 10px;
    height: 10px;
  }
}

.return-top-btn:hover {
  opacity: .7;
  transition: var(--normal-transition);
}

/* アニメーション設定 */
.fadein-up {
	opacity: 0;
	transform: translate(0, 50px);
}
.fadein-left {
	opacity: 0;
	transform: translate(-50px, 0);
}
.fadein-right {
	opacity: 0;
	transform: translate(50px, 0);
}
.fadein-opacity {
	opacity: 0;
}

.show {/* 画面内に入った状態 */
	opacity: 1!important;
	transform: translate(0, 0)!important;
  transition: var(--fadein-transition);
}

@media screen and (max-width: 767px) {
  .sp-fadein-none {
    opacity: 1!important;
    filter: blur(0)!important;
		transform: translate(0, 0)!important;
  }
}

/******************************************
ここから特定場所使用ののcss
********************************************/

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--header-z-plus-two);
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .header {
    padding: 2rem 0;
  }
}

.header.header--page .header__inner {
  position: relative;
}

.header__logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}


.header__row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header.scroll-active .header__cv,
.header.menu-click .header__cv {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .header__cv {
    display: none;
  }
}

.header__cv-box {
  border-radius: 0 0 2rem 2rem;
  padding: 2.5rem 2rem;
  background: var(--accent-color--dark);
  color: white;
}

.header__cv-box-row {
  display: flex;
  align-items: center;
}

.header__cv-box-title {
  margin-right: 4rem;
  padding-right: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__cv-box-title {
    margin-right: 4vw;
    padding-right: 2vw;
  }
}

.header__cv-box-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(23deg) translateY(-50%);
  background: white;
  width: 1px;
  height: 2em;
}

.header__cv-box-title-letter {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}

.header__cv-box-tel {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  font-family: var(--en-font);
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1em
}

.header__cv-box-tel::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../img/icon-tel-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


.header__menu-btn {
  display: inline-block;
  padding: 0 1.5rem;
}

/* SP ナビゲーション */
.header-nav {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: var(--header-z-plus);
  width: 100%;
  height: 100%;
  transition: opacity var(--normal-transition);
  color: white;
}

.header-nav__inner {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 0 2rem;
}

.header-nav__inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: var(--accent-color--dark);
  z-index: var(--zero-z);
  transition: .5s;
}
@media screen and (max-width: 767px) {
  .header-nav__inner::after {
    width: 20px;
    height: 20px;
  }
}

.header-nav__menu {
  opacity: 0;
  display: table;
  margin-left: auto;
  margin-right: auto;
  z-index: var(--normal-z);
}

.header-nav.active {
  pointer-events: auto;
}
.header-nav.active .header-nav__inner::after {
  transform: scale(80);
}
@media screen and (max-width: 1600px) {
  .header-nav.active .header-nav__inner::after {
    transform: scale(50);
  }
}
@media screen and (max-width: 767px) {
  .header-nav.active .header-nav__inner::after {
    transform: scale(70);
  }
}
.header-nav.active .header-nav__menu {
  opacity: 1;
  transition: opacity 1s;
  transition-delay: .3s;
}

/* footer */
.footer {
  padding: 6rem 0 3rem;
  background: black;
  color: white;
}

.footer__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .footer__row {
    display: block;
    text-align: center;
  }
}

.footer__addreas {
  margin-top: 4rem;
}

.footer__addreas-tel {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .footer__addreas-tel {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .footer__addreas-tel-heading {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .footer__menu {
    margin-top: 3rem;
  }
}

.footer__copyright {
  margin-top: 10rem;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  .footer__copyright {
    margin-top: 3rem;
    text-align: center;
  }
}

.footer__copyright-letter {
  font-family: var(--en-font);
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .1rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright-letter {
    font-size: 12px;
  }
}

/* CV */
.page-common-cv {
  position: relative;
  padding: 6rem 0;
  color: white;
}
.page-common-cv::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--minus-z);
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.page-common-cv__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: var(--minus-z);
  width: 100%;
  height: 100%;
}

.page-common-cv__bg-image {
  height: 100%;
}

.page-common-cv__bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-common-cv__heading {
  text-align: center;
}

.page-common-cv__desc {
  margin-top: 4rem;
  text-align: center;
}

.page-common-cv__main {
	margin-top: 4.5rem;
  text-align: center;
}

.page-common-cv__main .btn-arrow {
  min-width: 50rem;
  padding: 1em 1em;
}
@media screen and (max-width: 767px) {
  .page-common-cv__main .btn-arrow {
    width: 100%;
    max-width: 500px;
    min-width: auto;
  }
}

/* CV fix */
.page-common-cv-fix {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: var(--header-z);
  width: 100%;
  padding: 1rem 0;
  background: black;
  color: white;
}
.page-common-cv-fix.active {
  pointer-events: all;
  opacity: 1;
  transition: var(--normal-transition);
}
@media screen and (max-width: 1199px) {
  .page-common-cv-fix {
    padding: 0;
    background: transparent;
  }
}

@media screen and (max-width: 1199px) {
  .page-common-cv-fix__inner {
    width: 100%;
  }
}

.page-common-cv-fix__row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1199px) {
  .page-common-cv-fix__row {
    grid-template-columns: repeat(2,1fr);
    gap: 2vw;
    align-items: stretch;
  }
}

@media screen and (max-width: 1199px) {
  .page-common-cv-fix__content.page-common-cv-fix__content--heading {
    display: none;
  }
}

.page-common-cv-fix__content-heading-letter {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-common-cv-fix__content-heading-letter {
    font-size: 20px;
  }
}

.page-common-cv-fix__btn {
  display: block;
  text-align: center;
  padding: 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 1199px) {
  .page-common-cv-fix__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    padding: 2vw 0;
  }
}

.page-common-cv-fix__btn.page-common-cv-fix__btn--tel {
  background: var(--accent-color--dark);
}
.page-common-cv-fix__btn.page-common-cv-fix__btn--mail {
  background: var(--base-color);
  color: white;
}
@media screen and (max-width: 1199px) {
  .page-common-cv-fix__btn.page-common-cv-fix__btn--tel {
    border-radius: 0 2vw 0 0;
  }
  .page-common-cv-fix__btn.page-common-cv-fix__btn--mail {
    border-radius: 2vw 0 0 0;
  }
}

.page-common-cv-fix__btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .page-common-cv-fix__btn-row {
    display: block;
    text-align: center;
  }
}

.page-common-cv-fix__btn-number {
  margin-right: 2rem;
}
@media screen and (max-width: 1199px) {
  .page-common-cv-fix__btn-number {
    margin-right: 0;
  }
}

.page-common-cv-fix__btn-number-letter {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  font-family: var(--en-font);
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1em
}
@media screen and (max-width: 1199px) {
  .page-common-cv-fix__btn-number-letter {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .page-common-cv-fix__btn-number-letter {
    font-size: 4vw;
  }
}

.page-common-cv-fix__btn-number-letter::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../img/icon-tel-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-common-cv-fix__btn-mail-letter {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1em
}
@media screen and (max-width: 1199px) {
  .page-common-cv-fix__btn-mail-letter {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .page-common-cv-fix__btn-mail-letter {
    font-size: 3vw;
  }
}

.page-common-cv-fix__btn-mail-letter::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../img/icon-mail-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1199px) {
  .page-common-cv-fix__btn-txt {
    margin-top: 1vw;
  }
}

.page-common-cv-fix__btn-txt-letter {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .page-common-cv-fix__btn-txt-letter {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .page-common-cv-fix__btn-txt-letter {
    font-size: 2vw;
  }
}

@media (hover: hover){
  .page-common-cv-fix__btn:hover {
    opacity: .7;
    transition: var(--normal-transition);
  }
}


/* top-onayami */
.top-onayami__heading-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-onayami__heading-txt {
  margin-right: 3rem;
}

.top-onayami__heading-image img {
  width: 100%;
  max-width: 10rem;
  height: auto;
}

.top-onayami__box {
  padding: 4rem 2rem;
  border-radius: 1rem;
  background: var(--main-color);
}

.top-onayami__list {
  margin-left: auto;
  margin-right: auto;
  display: table;
  text-align: left;
}

/* top-kaiketu */
.top-kaiketu {
  padding-top: 4rem;
}
.top-kaiketu__heading-letter {
  position: relative;
  padding-top: 3em;
}

.top-kaiketu__heading-letter::before, .top-kaiketu__heading-letter::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -.9em;
  width: 1.7em;
  height: 1.5em;
  -webkit-transform: rotate(149deg);
  transform: rotate(149deg) skew(30deg);
  border-top: 5px solid var(--gray);
  border-right: 5px solid var(--gray);
}
.top-kaiketu__heading-letter::before {
  top: .75em;
}
.top-kaiketu__heading-letter::after {
  top: 0;
}

.top-kaiketu__box {
  padding: 4rem 2rem;
  border-radius: 1rem;
  background: var(--accent-color);
}

.top-kaiketu__list {
  margin-left: auto;
  margin-right: auto;
  display: table;
  text-align: left;
}

/* top-point */
.top-point {
  position: relative;
}

.top-point__deco {
  pointer-events: none;
  position: absolute;
  z-index: var(--normal-z);
}
.top-point__deco.top-point__deco--01 {
  top: 3%;
  left: 5%;
  width: 5vw;
}
.top-point__deco.top-point__deco--02 {
  top: 3%;
  right: 5%;
  width: 8vw;
}
.top-point__deco.top-point__deco--03 {
  top: 3%;
  right: 20%;
  width: 10vw;
}

.top-point__main {
  margin-top: 10rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.top-point__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .top-point__row {
    flex-direction: column;
  }
}

.top-point__image img {
  width: 100%;
  max-width: 34rem;
  height: auto;
  border-radius: 50%;
}

.top-point__txt {
  width: calc((100% - 34rem - 2rem) * 0.5);
}
.top-point__txt.top-point__txt--01 {
  text-align: right;
}
.top-point__txt.top-point__txt--02 {
  text-align: left;
}
.top-point__list-item + .top-point__list-item {
  margin-top: 15rem;
}
.top-point__txt.top-point__txt--01 .top-point__list-item:nth-child(1) {
  transform: rotate(10deg);
}
.top-point__txt.top-point__txt--01 .top-point__list-item:nth-child(2) {
  transform: translateX(-2rem);
}
.top-point__txt.top-point__txt--01 .top-point__list-item:nth-child(3) {
  transform: rotate(-10deg);
}
.top-point__txt.top-point__txt--02 .top-point__list-item:nth-child(1) {
  transform: rotate(-10deg);
}
.top-point__txt.top-point__txt--02 .top-point__list-item:nth-child(2) {
  transform: translateX(2rem);
}
.top-point__txt.top-point__txt--02 .top-point__list-item:nth-child(3) {
  transform: rotate(10deg);
}
@media screen and (max-width: 1199px) {
  .top-point__img {
    padding: 6rem 0;
  }
  .top-point__txt {
    width: 100%;
  }
  .top-point__txt.top-point__txt--01 {
    text-align: center;
  }
  .top-point__txt.top-point__txt--02 {
    text-align: center;
  }
  .top-point__list-item + .top-point__list-item {
    margin-top: 4rem;
  }
  .top-point__txt.top-point__txt--01 .top-point__list-item:nth-child(1) {
    transform: rotate(0);
  }
  .top-point__txt.top-point__txt--01 .top-point__list-item:nth-child(2) {
    transform: translateX(0);
  }
  .top-point__txt.top-point__txt--01 .top-point__list-item:nth-child(3) {
    transform: rotate(0);
  }
  .top-point__txt.top-point__txt--02 .top-point__list-item:nth-child(1) {
    transform: rotate(0);
  }
  .top-point__txt.top-point__txt--02 .top-point__list-item:nth-child(2) {
    transform: translateX(0);
  }
  .top-point__txt.top-point__txt--02 .top-point__list-item:nth-child(3) {
    transform: rotate(0);
  }
}

.top-point__list-letter {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-point__list-letter {
    font-size: 18px;
  }
}

.top-flow__row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3rem;
}
@media screen and (max-width: 1199px) {
  .top-flow__row {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
}

/* top-voice */

/* TOP Service */
.top-service__main {
  overflow: hidden;
  margin-top: 6rem;
}

.top-service__content + .top-service__content {
  margin-top: 6rem;
}

.top-service__content-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .top-service__content-row {
    flex-direction: column;
  }
}

.top-service__content:nth-child(even) .top-service__content-row {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .top-service__content:nth-child(even) .top-service__content-row {
    flex-direction: column;
  }
}

.top-service__content-img {
  width: 45%;
}
@media screen and (max-width: 1199px) {
  .top-service__content-img {
    margin-top: 4rem;
    order: 2;
    width: 100%;
  }
}

.top-service__content-txt {
  width: 51%;
  padding-top: 3rem;
}
@media screen and (max-width: 1199px) {
  .top-service__content-txt {
    display: contents;
    width: 100%;
    padding-top: 0;
  }
}

.top-service__content-txt-header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .top-service__content-txt-header {
    order: 1;
  }
}

.top-service__content-txt-number {
  flex-shrink: 0;
  margin-right: 2rem;
  text-align: center;
}

.top-service__content-txt-number-title-letter {
  color: var(--base-color);
  font-family: var(--en-font);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.top-service__content-txt-number-number {
  margin-top: .15rem;
}

.top-service__content-txt-number-number-letter {
  color: var(--base-color);
  font-family: var(--en-font);
  font-size: 6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
}

.top-service__content-title {
  width: 100%;
}

.top-service__content-title-letter-box {
  padding: .25em .5em;
  background: var(--base-color);
  color: white;
  font-weight: 700;
}

.top-service__content-txt-body {
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  .top-service__content-txt-body {
    order: 3;
  }
}

.top-service__content-txt-body-btn {
  margin-top: 1rem;
}

.top-service__content-footer {
  margin-top: 2rem;
  text-align: center;
  padding-bottom: 1.2rem;
}

.top-service__content-footer-letter {
  font-size: 6.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .top-service__content-footer-letter {
    font-size: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .top-service__content.top-service__content--col {
    margin-inline: auto;
    max-width: 960px;
  }
  .top-service__content.top-service__content--col .top-service__content-row {
    display: block;
  }

  .top-service__content.top-service__content--col .top-service__content-img {
    width: 100%;
  }

  .top-service__content.top-service__content--col .top-service__content-txt {
    width: 100%;
  }

  .top-service__content.top-service__content--col .top-service__content-txt-header {
    justify-content: center;
  }

  .top-service__content.top-service__content--col .top-service__content-title {
    width: auto;
  }

  .top-service__content.top-service__content--col .top-service__content-title-letter--large {
    font-size: var(--txt2-size);
  }
  .top-service__content.top-service__content--col .top-service__content-title-letter {
    font-size: var(--txt3-size);
    font-weight: 400;
  }
}

/* top-beforeafter */
.top-beforeafter__row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 4rem;
}
@media screen and (max-width: 1199px) {
  .top-beforeafter__row {
    grid-template-columns: repeat(1,1fr);
  }
}

.top-beforeafter__sec-header-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0;
}

.top-beforeafter__sec-header-content {
  --h: 5.5rem;
  --h-half: calc( var(--h) * .5 );

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  text-align: center;
  height: var(--h);
  font-weight: 700;
}
.top-beforeafter__sec-header-content.top-beforeafter__sec-header-content--before {
  background: var(--accent-color--dark);
  color: white;
}
.top-beforeafter__sec-header-content.top-beforeafter__sec-header-content--before::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  z-index: var(--normal-z);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: var(--h-half) solid transparent;
  border-bottom: var(--h-half) solid transparent;
  border-left: 2rem solid var(--accent-color--dark);
  border-right: 0;
}
.top-beforeafter__sec-header-content.top-beforeafter__sec-header-content--after {
  background: var(--base-color);
  color: white;
}

.top-beforeafter__sec-body {
  margin-top: 2rem;
}

.top-beforeafter__sec-body-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
}

.top-beforeafter__sec-body-content-image {
  background: white;
  border: 1px solid var(--border-color--light);
}



/* concept intro */
.page-concept-intro__main {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-concept-intro__main {
    text-align: left;
  }
}

/* page concept gallery */
.page-concept-gallery__content {
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-concept-gallery__content-image img {
  border-radius: 1rem;
}


/* page concept point */
.page-concept-point__anchor-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}
@media screen and (max-width: 1199px) {
  .page-concept-point__anchor-row {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 767px) {
  .page-concept-point__anchor-row {
    grid-template-columns: repeat(1,1fr);
  }
}

.page-concept-point__content {
  padding: 4rem 0;
  border-bottom: 1px solid var(--border-color--light);
}

.page-concept-point__content:first-child {
  padding-top: 0;
}

.page-concept-point__content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .page-concept-point__content-row {
    flex-direction: column;
  }
}

.page-concept-point__content-img {
  width: 30%;
}
@media screen and (max-width: 1199px) {
  .page-concept-point__content-img {
    margin-top: 2rem;
    order: 2;
    width: 100%;
  }
}

.page-concept-point__content-image img {
  border-radius: 1rem;
}

.page-concept-point__content-txt {
  width: 65%;
}
@media screen and (max-width: 1199px) {
  .page-concept-point__content-txt {
    display: contents;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .page-concept-point__content-title {
    order: 1;
  }
}

.page-concept-point__content-desc {
  margin-top: 3rem;
}
@media screen and (max-width: 1199px) {
  .page-concept-point__content-desc {
    order: 3;
  }
}

/* page-about-trainer */
.page-about-trainer__row {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}

.page-about-trainer__txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-about-trainer__txt {
    margin-top: 4rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page-about-trainer__name {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page-about-trainer__role {
    text-align: center;
  }
}

.page-about-trainer__desc {
  margin-top: 2rem;
}

.page-about-trainer__img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .page-about-trainer__img {
    margin-inline: auto;
    width: 100%;
    max-width: 300px;
  }
}

.page-about-trainer__image img {
  border-radius: 50%;
}

/* ブログ2カラムレイアウト */
.page-news-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-news-layout__main {
  width: 72%;
}
@media screen and (max-width: 767px) {
  .page-news-layout__main {
    width: 100%;
  }
}

.page-news-layout__side {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .page-news-layout__side {
    margin-top: 6rem;
    width: 100%;
  }
}

/* page single */
.page-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-single__time {
  margin-right: 2rem;
}

.page-single__cat {
  margin-top: -.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.page-single__title {
  margin-top: 2rem;
}

.page-single__border {
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--border-color--light);
}

.page-single__thumb {
  margin-top: 6rem;
}

.page-single__content {
  margin-top: 6rem;
}

.page-single__menu-icon {
  text-align: center;
  padding-bottom: 1rem;
}

.page-single__menu-price {
  margin-top: 2rem;
  text-align: center;
}

.page-single__menu-allergy {
  margin-top: 6rem;
}

.page-single__menu-allergy-main {
  margin-top: 2rem;
}

.page-single__btn-list {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-single__btn {
  width: 33.333333333333%;
}
.page-single__btn.page-single__btn--back {
  text-align: center;
}
.page-single__btn.page-single__btn--prev {
  text-align: left;
}
.page-single__btn.page-single__btn--next {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-single__btn.page-single__btn--back {
    order: 1;
    width: 100%;
  }
  .page-single__btn.page-single__btn--prev {
    margin-top: 2rem;
    order: 2;
    width: 50%;
  }
  .page-single__btn.page-single__btn--next {
    margin-top: 2rem;
    order: 3;
    width: 50%;
  }
}

.page-single__p-n-txt {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-single__p-n-txt {
    font-size: 14px;
  }
}

.page-single__p-n-txt > a {
  display: inline-block;
  position: relative;
}
.page-single__p-n-txt.page-single__p-n-txt--prev > a {
  padding-left: 2em;
}
.page-single__p-n-txt.page-single__p-n-txt--next > a {
  padding-right: 2em;
}

.page-single__p-n-txt > a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -.25em;
  display: inline-block;
  width: .5em;
  height: .5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-single__p-n-txt.page-single__p-n-txt--prev > a::after {
  left: .2em;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
}
.page-single__p-n-txt.page-single__p-n-txt--next > a::after {
  right: .2em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.page-single__p-n-txt > a:hover {
  text-decoration: underline;
}

.page-single__cat-bottom {
  margin-top: 4rem;
  text-align: right;
}

/* page-single-voice */
.page-single-voice__main-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-single-voice__img {
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .page-single-voice__img {
    width: 100%;
  }
}

.page-single-voice__txt {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media screen and (max-width: 1199px) {
  .page-single-voice__txt {
    margin-top: 4rem;
    display: block;
    width: 100%;
  }
}

.page-single-voice__title {
  margin-top: 2rem;
}

.page-single-voice__border {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-color--light);
}

.page-single-voice__desc {
  margin-top: 2rem;
}

.page-single-voice__btn {
  margin-top: auto;
  padding-top: 2rem;
}

.page-single-voice__slide-sub {
  margin-top: 1rem;
}

.page-single-voice__slide-sub-content {
  cursor: pointer;
  padding-left: .5rem;
  padding-right: .5rem;
  opacity: .3;
}
.slick-current .page-single-voice__slide-sub-content {
  opacity: 1;
}

.page-single-voice__info {
  margin-top: 6rem;
}

.page-single-voice__info-content + .page-single-voice__info-content {
  margin-top: 4rem;
}

.page-single-voice__info-content-main {
  margin-top: 2rem;
}

.page-single-voice__info-content-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .page-single-voice__info-content-list {
    grid-template-columns: 1fr;
  }
}

.page-single-voice__btn-back {
  margin-top: 6rem;
}


/* page-contact-tel */
.page-contact-tel {
  padding: 9rem 0 var(--section-padding);
}

.page-contact-tel__box {
  text-align: center;
  padding: 1rem;
  border: 1px solid var(--border-color--light);
}

.page-contact-tel__tel-number {
  margin-top: 2rem;
}


/* page-contact-form */
.page-contact-form__heading {
  text-align: center;
}

.page-contact-form__desc {
  margin-top: 6rem;
  text-align: center;
}
.page-contact-form__desc.page-contact-form__desc--mt-none {
  margin-top: 0;
}

.page-contact-form__main {
  margin-top: 6rem;
}