/******************************************
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: 2.8rem;
  --txt1-height: 1.5;
  --txt1-weight: 500;
  --txt1-ls: .05em;

  --txt2-size: 2.4rem;
  --txt2-height: 1.5;
  --txt2-weight: 500;
  --txt2-ls: .05em;

  --txt3-size: 2.2rem;
  --txt3-height: 1.5;
  --txt3-weight: 500;
  --txt3-ls: .05em;

  --txt4-size: 1.8rem;
  --txt4-height: 1.5;
  --txt4-weight: 400;
  --txt4-ls: .05em;

  --txt5-size: 1.6rem;
  --txt5-height: 1.5;
  --txt5-weight: 400;
  --txt5-ls: .1em;

  --txt6-size: 1.4rem;
  --txt6-height: 1.5;
  --txt6-weight: 400;
  --txt6-ls: .1em;

  --heading-size: 3rem;
  --heading--small-size: 2.4rem;
  --heading-weight: 700;
  --heading-height: 1.5;
  --heading-ls: .1em;

  --btn-size: 1.6rem;
  --btn--large-size: 1.8rem;
  --btn-weight: 500;
  --btn-height: 1.5;
  --btn-ls: .05em;
  --btn-en-size: 1.4rem;
  --btn-en-weight: 400;
  --btn-en-height: 1;
  --btn-en-ls: .2em;

  --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.2rem;
  --tag-weight: 500;
  --tag-ls: .05em;

  --primary-color-01: #FFB300;
  --primary-color-01-01: #FFB2A9;
  --primary-color-02: #69DB7C;
  --primary-color-03: #A0D6E9;
  --primary-color-01--dark: #ff6654;
  --primary-color-02--dark: #a7d842;
  --primary-color-03--dark: #60bada;
  --main-color: #F6F1AE;
  --main-base-color: #EDF1F6;
  --font-color: #0C244A;
  --border-color: #707070;
  --border-color--light: #ccc;
  --gray: #888;
  --placeholder-color: #888;
  --gray-light: #f5f5f5;
  --shadow-color: rgba(0,0,0,0.2);
  --shadow-color--dark: rgba(0,0,0,0.5);

  --base-font: 'Zen Maru Gothic', sans-serif;
  --accent-font: 'Yusei Magic', sans-serif;
  --en-font: 'Zen Maru Gothic', sans-serif;

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

  --inner: 1000px;
  --inner-large: 1200px;
  --inner-responsive: 95%;

  --normal-transition: 0.3s;
  --fadein-transition: 1s;

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

  --header-height: 9.8rem;
}

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

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

    --heading-size: 30px;
    --heading--small-size: 40px;

    --btn-size: 14px;
    --btn--large-size: 16px;
    --btn-en-size: 14px;

    --time-size: 12px;

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

    --widget-size: 14px;

    --input-size: 16px;

    --header-height: 82px;
  }
}

@media only screen and (max-width: 374px) {
  :root {
    --txt1-size: 22px;
    --txt2-size: 20px;

    --heading-size: 26px;
  }
}


html {
  font-size: 62.5%
}
@media only screen and (max-width: 999px) {
  html {
    font-size: 60%
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 45%
  }
}
body {
  overflow-x: hidden;
  position: relative;
  max-width: 100%;
  color: var(--font-color);
  font-family: var(--base-font);
  font-size: 1.6em;
  letter-spacing: .05em;
}
body.page {
  padding-top: var(--header-height);
}
.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: 999px) {
  .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: 1199px) {
  .inner-large {
    width: var(--inner-responsive)
  }
}
.inner-all {
  width: var(--inner-responsive);
  margin: 0 auto
}
@media only screen and (max-width: 767px) {
  .inner-sp-100 {
    width: 100%;
    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)
}


.bold {
  font-weight: 500
}
.normal {
  font-weight: 400
}
.lh1-7 {
  line-height: 1.7
}
.lh2 {
  line-height: 2
}
.lh3 {
  line-height: 3
}
.ls0 {
  letter-spacing: 0
}
.ls5 {
  letter-spacing: 0.05em;
}
.ls2 {
  letter-spacing: 0.2em;
}
.base-font {
  font-family: var(--base-font)
}
.accent-font {
  font-family: var(--accent-font)
}
.en-font {
  font-family: var(--en-font)
}
.primary-color-01 {
  color: var(--primary-color-01);
}
.primary-color-02 {
  color: var(--primary-color-02--dark);
}
.primary-color-03 {
  color: var(--primary-color-03--dark);
}
.white-color {
  color: #fff
}
.font-color {
  color: var(--font-color)
}
.mt-d {
  margin-top: 4rem;
}
.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
}
.mt5em {
  margin-top: 0.5em
}
.mt10em {
  margin-top: 1em
}
.mr5em {
  margin-right: 0.5em
}
.mr10em {
  margin-right: 1em
}
.bg-main {
  background-color: var(--main-color)
}
.bg-white {
  background-color: #fff
}
.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: 999px) {
  .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: 999px) {
  .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: 1200px) {
  .textbr--pc-only {
    display: inline-block
  }
}
.white-space-nowrap {
  white-space: nowrap
}
@media only screen and (min-width: 1200px) {
  .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
}
.img-r-10 img {
  border-radius: 1rem;
}
.hover-op:hover {
  opacity: .7;
  transition: var(--normal-transition);
}
.hover-op--clear:hover {
  opacity: .5;
  transition: var(--normal-transition);
}
.mw-720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.h-100 {
  height: 100%;
}

.of-hidden {
  overflow: hidden;
}


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

/* logo */
.logo {
  display: inline-block;
  padding-bottom: .1em;
  color: var(--primary-color-03--dark);
  font-family: var(--en-font);
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .25em;
}
@media screen and (max-width: 767px) {
  .logo {
    font-size: 26px;
  }
}
.logo.logo--large {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .logo.logo--larg {
    font-size: 30px;
  }
}
.logo.logo--white {
  color: white;
}

.logo img {
  width: 30rem;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .logo img {
    width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 220px;
  }
}

.logo.logo--large img {
  width: 35rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .logo.logo--large img {
    width: 260px;
  }
}


/* menu */
.menu {
  display: flex;
}
.menu__item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
}
.menu__txt {
  display: block;
  padding: 3rem 2rem;
}
@media screen and (max-width: 1199px) {
  .menu__txt {
    display: block;
    padding: 3rem 1rem;
  }
}
.menu__item:hover .menu__txt {
  color: var(--primary-color-01);
  transition: var(--normal-transition);
}

.menu__dropdown-menu {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 5rem);
  background: white;
}

.menu__dropdown-menu-txt {
  display: block;
  padding: 2rem;
}
.menu__dropdown-menu-txt:hover {
  color: var(--primary-color-01);
  transition: var(--normal-transition);
}

.menu__item:hover .menu__dropdown-menu {
  pointer-events: all;
  opacity: 1;
  transition: var(--normal-transition);
  transition-property: opacity;
}

/*ハンバーガーメニュー*/
.menu-btn {
  display: block;
  position: relative;
  text-align: center;
}

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

.menu-btn__main {
  position: relative;
  width: 34px;
  height: 20px;
}

.menu-btn__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--font-color);
  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(8.5px) rotate(-45deg);
  transform: translateY(8.5px) 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(-8.5px) rotate(45deg);
  transform: translateY(-8.5px) rotate(45deg);
}

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

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

/* スマホメニュー */

.menu-sp__item {
  border-bottom: 1px solid var(--border-color--light);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
}

.menu-sp__txt {
  display: block;
  position: relative;
  padding: 30px 20px;
}

.menu-sp__has-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  width: .5em;
  height: .5em;
  border: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
}
.menu-sp__has-arrow:hover::after {
  right: 0;
  transition: var(--normal-transition);
}

.menu-sp__item.menu-sp__item--has-dropdown-menu .menu-sp__txt::after {
  display: none;
}

.menu-sp__txt--has-dropdwn {
  cursor: pointer;
}

.menu-sp__item-plus {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.menu-sp__item-plus:hover {
  opacity: .7;
  transition: var(--normal-transition);
}

.menu-sp__dropdown-menu {
  display: none;
}

.menu-sp__dropdown-menu-item {
  border-bottom: 1px solid var(--border-color--light);
}
.menu-sp__dropdown-menu-item:first-child {
  border-top: 1px solid var(--border-color--light);
}
.menu-sp__dropdown-menu-item:last-child {
  border-bottom: none;
}

.menu-sp__dropdown-menu-txt {
  display: block;
  position: relative;
  padding: 30px 20px;
}

/* プラスアイコン */
.plus {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 15px;
  height: 2px;
  background: currentColor;
  position: relative;
  border-radius: 2px;
}
.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__border {
  display: inline-block;
  text-align: center;
  padding: 0 4rem 2rem;
  border-bottom: 1px solid var(--primary-color-01);
}

/* 線がついた見出し */
.heading-border {
  position: relative;
  padding-top: 2em;
  text-align: center;
}
.heading-border::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10em;
  height: 1.32em;
  background-image: url(../img/ponpon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ○がついた見出し */
.heading-before-maru {
  position: relative;
  padding-left: 1.3em;
}
.heading-before-maru::before {
  content: '';
  position: absolute;
  left: 0;
  top: .3em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: var(--primary-color-01);
}

/* ○がついた見出し */
.heading-before-border {
  position: relative;
  padding-left: 2em;
}
.heading-before-border::before {
  content: '';
  position: absolute;
  left: 0;
  top: .7em;
  width: 1.5em;
  height: 5px;
  border-radius: 1em;
  background: var(--primary-color-01);
}

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

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

/* 見出しの下のテキスト */
.heading-desc {
  text-align: center;
}
.heading-desc.heading-desc--mt {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .heading-desc {
    text-align: left;
  }
}

/* 見出しの下のテキスト */
.heading-desc-left {
  text-align: left;
}
.heading-desc-left.heading-desc-left--mt {
  margin-top: 4rem;
}


/* ボタン */

/* 矢印付き ボタン */
.btn {
  display: inline-block;
  text-align: center;
  min-width: 18rem;
  padding: .5rem 3rem .65rem;
  border-radius: 5rem;
  background: var(--primary-color-01);
  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: 180px;
    padding: 5px 30px;
    border-radius: 50px;
  }
}
.btn.btn--primary-02 {
  background: var(--primary-color-02);
  color: white;
}
.btn.btn--primary-03 {
  background: var(--primary-color-02);
  color: white;
}

.btn.btn--large {
  min-width: 28rem;
  padding: 1.5rem 3rem;
  font-size: var(--btn--large-size);
}
@media screen and (max-width: 767px) {
  .btn.btn--large {
    min-width: 250px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 500px) {
  .btn.btn--large {
    width: 100%;
    min-width: 100%;
  }
}

.btn:not(.btn--no-hover):hover {
  transform: scale(1.1);
  transition: var(--normal-transition);
}
@media screen and (max-width: 767px) {
  .btn:not(.btn--no-hover):hover {
    transform: scale(1);
  }
}

.btn-hover-trigger:hover .btn {
  transform: scale(1.1);
  transition: var(--normal-transition);
}
@media screen and (max-width: 767px) {
  .btn-hover-trigger:hover .btn {
    transform: scale(1);
  }
}


.btn-box {
  display: block;
  text-align: center;
  padding: 1.5rem 3rem;
  border-radius: .5rem;
  background: var(--primary-color-01--dark);
  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) {
  .box-btn {
    padding: 15px 30px;
    border-radius: 5px;
  }
}
.btn-box.btn-box--white {
  background: white;
  color: var(--primary-color-01--dark);
}

.btn-box:hover {
  background: white;
  color: var(--primary-color-01--dark);
  transition: var(--normal-transition);
}

.btn-box.btn-box--white:hover {
  background: var(--primary-color-01--dark);
  color: white;
}

.btn-v-border {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  min-height: 12rem;
  padding: 3rem 1rem;
  border-radius: .5rem 0 0 .5rem;
  background: var(--primary-color-01);
  color: white;
  font-size: var(--btn-size);
  line-height: var(--btn-height);
  font-weight: var(--btn-weight);
  letter-spacing: var(--btn-ls);
}
::-webkit-full-page-media, :future, :root .btn-v-border {
  width: 4.8rem;
 }
@media screen and (max-width: 999px) {
  .btn-v-border {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: upright;
    height: auto;
    min-height: auto;
    min-width: 60rem;
    padding: 1rem 3rem;
    border-radius: .5rem .5rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .btn-v-border {
    min-width: 280px;
    padding: 10px 30px;
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (max-width: 374px) {
  .btn-v-border {
    min-width: auto;
    width: calc(100% - 100px)
  }
}

.btn-v-border__border {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid white;
  border-right: none;
}

.btn-tab {
  display: block;
  text-align: center;
  padding: 1.5rem 3rem;
  border-radius: 1rem 1rem 0 0;
  background: var(--gray);
  color: white;
  font-size: var(--btn-size);
  line-height: var(--btn-height);
  font-weight: var(--btn-weight);
  letter-spacing: var(--btn-ls);
}
.btn-tab.active {
  background: var(--primary-color-02);
}

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

/* カテゴリー */
.cat {
  display: inline-block;
  text-align: center;
  min-width: 12rem;
  padding: .75rem 2rem;
  border-radius: 5rem;
  background: var(--primary-color-01);
  color: white;
  font-size: var(--cat-size);
  letter-spacing: var(--cat-ls);
}
@media screen and (max-width: 767px) {
  .cat {
    min-width: 120px;
    padding: 7.5px 20px 5px;
  }
}
.cat.cat--m {
  margin-top: .5rem;
  margin-right: 1rem;
}
.cat--link:hover {
  border-radius: 30px;
  text-decoration: underline;
  transition: var(--normal-transition);
}

/* 左に＞ */
.link-before-arrow {
  position: relative;
  padding-left: 1.5em;
}

.link-before-arrow__icon {
  display: block;
  position: absolute;
  top: .3em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: CurrentColor;
}

.link-before-arrow__arrow {
  display: block;
  position: relative;
  height: 100%;
}

.link-before-arrow__arrow::after {
  content: '';
  margin-top: -.18em;
  margin-left: -.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: .4em;
  height: .4em;
  border-top: 2px solid white;
  border-right: 2px solid white;
}


.link-before-arrow:hover {
  text-decoration: underline;
}

/* 背景画像 */
.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;
}

/* map */
.map iframe {
  width: 100%;
  height: 500px;
}

/* テーブル */
.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;
    padding-left: 0;
    padding-right: 0;
  }
}
.table-common__row:first-child .table-common__child {
  border-top: 1px solid var(--border-color--light);
}
.table-common__row:first-child .table-common__child.table-common__child--no-border-top  {
  border-top-width: 0;
  padding-top: 0;
}
.table-common__row:last-child .table-common__child.table-common__child--no-border-bottom  {
  border-bottom-width: 0;
  padding-bottom: 0;
}

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

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

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

.table-common__dot {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
}
.table-common__dot::after {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: var(--primary-color-01);
}

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

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

/* 電話番号 */
.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(--primary-color-01);
}
.tel-number__tel-icon img {
  width: 2.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tel-number__tel-icon {
    width: 35px;
    height: 35px;
  }
  .tel-number__tel-icon img {
    width: 15px;
  }
}
@media screen and (max-width: 374px) {
  .tel-number__tel-icon {
    width: 30px;
    height: 30px;
  }
  .tel-number__tel-icon img {
    width: 13px;
  }
}

.tel-number__letter {
  font-family: var(--en-font);
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: .03em;
}
@media screen and (max-width: 767px) {
  .tel-number__letter {
    font-size: 30px;
  }
}
@media screen and (max-width: 374px) {
  .tel-number__letter {
    font-size: 24px;
  }
}


/* ページタイトル */
/* header.phpに記載 */


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

.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-dotted.slick-slider {
  margin-bottom: 0;
}

/* slick 前へボタン、次へボタン */
.slide-arrow {
  margin-top: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  border: 1px solid var(--primary-color-01);
  background: var(--primary-color-01);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  z-index: var(--normal-z);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .slide-arrow {
    margin-top: -20px;
    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: 0rem;
}
.slide-arrow.slide-arrow--position-right {
  right: 0rem;
}

.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(--primary-color-01);
  transition: var(--normal-transition);
}

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

/* 線のボックス */
.box-gray {
  padding: 4rem 2rem;
  border-radius: 1rem;
  background: var(--gray-light);
}

/* サムネ、タイトル、ボタン */
.article-img-title {
  display: block;
}

@media screen and (max-width: 767px) {
  .article-img-title__inner {
    display: flex;
    flex-direction: column;
  }
}

.article-img-title__txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .article-img-title__txt {
    display: contents;
  }
}

.article-img-title__txt-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .article-img-title__txt-row {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .article-img-title__img {
    margin-top: 3rem;
    order: 2;
  }
}

.article-img-title__title {
  width: 100%;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .article-img-title__title {
    order: 1;
    padding-right: 0;
  }
}

.article-img-title__btn {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .article-img-title__btn {
    margin-top: 3rem;
    order: 3;
    text-align: center;
  }
}

.article-img-title__title-letter {
  position: relative;
  padding-left: 3em;
}
@media screen and (max-width: 767px) {
  .article-img-title__title-letter {
    text-align: center;
    padding-left: 0;
    padding-top: 1.2em;
  }
}

.article-img-title__title-letter::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  height: 2px;
  background: var(--primary-color-01);
}
@media screen and (max-width: 767px) {
  .article-img-title__title-letter::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 1em;
  }
}

/* テキストのみの記事一覧 */
.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: 999px) {
  .article-txt-type__row {
    flex-wrap: wrap;
  }
}

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

.article-txt-type__cat {
  margin-right: 2.5rem;
}

@media screen and (max-width: 999px) {
  .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-with-tag__img {
  position: relative;
}

.article-with-tag__tag {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .article-with-tag__tag {
    top: 15px;
    right: 15px;
  }
}

.article-with-tag__tag-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: var(--primary-color-01);
  color: white;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .03em;
}
@media screen and (max-width: 767px) {
  .article-with-tag__tag-txt {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}

.article-with-tag__txt {
  margin-top: 1.5rem;
}

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

/* ３つの丸 */
.layout-circle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media screen and (max-width: 767px) {
  .layout-circle {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.layout-circle__content {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .layout-circle__content {
    padding-left: 0;
    padding-right: 0;
  }

  .layout-circle__content + .layout-circle__content {
    margin-top: 2rem;;
  }
}

.layout-circle__content-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 16.5rem;
  height: 16.5rem;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 5px var(--shadow-color);
}
@media screen and (max-width: 999px) {
  .layout-circle__content-txt {
    width: 25rem;
    height: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-circle__content-txt {
    display: block;
    text-align: left;
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 15px 30px;
  }
}

.layout-schedule__txt {
  padding-bottom: 5rem;
}
.layout-schedule__txt.layout-schedule__txt--pb-large {
  padding-bottom: 9rem;
}
.layout-schedule__txt:last-child {
  padding-bottom: .7rem;
}
.layout-schedule__txt {
  position: relative;
  margin-left: 10rem;
  padding-left: 3.4rem;
  border-left: 2px solid var(--border-color--light);
}
@media screen and (max-width: 767px) {
  .layout-schedule__txt {
    padding-left: 15px;
    margin-left: 90px;
  }
}

.layout-schedule__time {
  white-space: nowrap;
  position: absolute;
  left: calc( (10rem + 1rem) * -1 );
  top: .4em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .layout-schedule__time {
    left: calc( 90px * -1 );
  }
}

.layout-schedule__time-content-border {
  display: inline-block;
  width: 1px;
  height: 1.3rem;
  background: var(--border-color--light);
}

.layout-schedule__txt-main {
  padding-top: 1rem;
}

.layout-schedule__txt-main-desc {
  margin-top: 1rem;
}

.layout-schedule__txt-img {
  margin-top: 3rem;
}

.layout-schedule__txt-img-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.5rem
}
@media screen and (max-width: 767px) {
  .layout-schedule__txt-img-row {
    grid-template-columns: 1fr;
  }
}

/* タブのボタン */
.layout-tab {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
}
.layout-tab.layout-tab--3c {
  grid-template-columns: repeat(3,1fr);
}
.layout-tab::-webkit-scrollbar {
  display: none;
}

.layout-tab__item {
  white-space: nowrap;
}

.layout-tab-target {
  padding: 3rem;
  border: 3px solid var(--primary-color-02);
  border-radius: 0 0 1rem 1rem;
  background: white;
}
.layout-tab-target.layout-tab-target--r {
  border-radius: 2rem;
}

/* タブのターゲット */
.layout-tab-target__main:not(.show-first) {
  display: none;
}

/* 横並び */
.layout-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3rem;
}
.layout-row.layout-row--order2 {
  grid-template-columns: repeat(2,1fr);
}
@media only screen and (max-width: 767px) {
  .layout-row,
  .layout-row.layout-row--order2 {
    grid-template-columns: 1fr;
  }
}

/* スライド */
.layout-slide-three {
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .layout-slide-three {
    padding: 0 40px;
  }
}

.layout-slide-three__content {
  padding-left: 2rem;
  padding-right: 2rem;
}

.layout-slide-three .slide-arrow {
  margin-top: -5rem;
}
@media screen and (max-width: 999px) {
  .layout-slide-three .slide-arrow {
    margin-top: calc(-2rem - 3vw);
  }
}
@media screen and (max-width: 767px) {
  .layout-slide-three .slide-arrow {
    margin-top: calc(-20px - 7vw);
  }
}

/* バナー */
.layout-banner {
  padding: 4.5rem 3rem;
  border-radius: 2rem;
  background: white;
}

.layout-banner__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .layout-banner__txt {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.layout-banner__img {
  width: 55%;
}
@media screen and (max-width: 999px) {
  .layout-banner__img {
    margin-top: 4rem;
    order: 2;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.layout-banner__txt {
  width: 40%;
}
@media screen and (max-width: 999px) {
  .layout-banner__txt {
    display: contents;
  }
}

@media screen and (max-width: 999px) {
  .layout-banner__title {
    order: 1;
    width: 100%;
  }
}

.layout-banner__desc {
  margin-top: 2rem;
}
@media screen and (max-width: 999px) {
  .layout-banner__desc {
    margin-top: 4rem;
    order: 3;
    width: 100%;
  }
}

.layout-banner__btn {
  margin-top: 2rem;
}
@media screen and (max-width: 999px) {
  .layout-banner__btn {
    margin-top: 4rem;
    order: 4;
    width: 100%;
  }
}

/* 四角 */
.layout-box.layout-box--white {
  background: white;
}

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

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


/* ページネーション */
.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: 3rem;
  height: 3rem;
  padding: .6rem 0;
  border-radius: .5rem;
  background: var(--gray-light);
  font-family: var(--en-font);
}
@media screen and (max-width: 767px) {
  .page-numbers {
    width: 20px;
    height: 30px;
    padding: 6px 0;
    border-radius: 5px;
  }
}

.page-numbers {
  display: block;
  margin-right: 1rem;
}
@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(--primary-color-01);
  color: white;
}

.page-numbers.prev,
.page-numbers.next {
  display: none;
}

.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(--primary-color-01);
  color: white;
  transition: var(--normal-transition);
}

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

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

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

/* form レイアウト */
.form {
  padding: 6rem 2rem;
  border-radius: 2rem;
  background: white;
}

.form__content {
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--border-color--light);
}
.form__content:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.form__content + .form__content {
  margin-top: 4rem;
}

.form__input {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.form__content-label-row {
  display: flex;
  align-items: center;
}

.form__content-label-txt {
  margin-right: 2rem;
}

.form__content-input {
  margin-top: 1rem;
}

.form__content-input.form__content-input--has-child {
  margin-top: 2rem;
}

.form__content-input-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .form__content-input-row {
    display: block;
  }
}

.form__content-input-control {
  margin-right: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .form__content-input-control {
    margin-right: 0;
  }
}

.form__content-note {
  margin-top: 1rem;
  padding: 0 2rem;
}

.form__content-input-child + .form__content-input-child {
  margin-top: 1rem;
}

.form__content-input-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.form__content-input-child-heading {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .form__content-input-child-heading {
    width: 100%;
  }
}

.form__content-input-child-body {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .form__content-input-child-body {
    margin-top: 1.5rem;
    width: 100%;
  }
}

.form__content-input-child-body-row {
  display: flex;
  align-items: center;
}

.form__content-input-child-body-input {
  margin-right: 1rem;
}

.form__content-input-child-body {
  margin-right: 1rem;
}

.form__content-address {
  display: flex;
  align-items: center;
}

.form__content-address-num {
  margin-right: .5rem;
}

.form__content-birth {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form__content-birth {
    display: block;
  }
}

.form__content-birth-content {
  margin-right: 2rem;
}
.form__content-birth-content:last-child {
  margin-right: 0;
}
/* 確認画面表示設定 */
.mw_wp_form_preview .form__content-birth-content {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .form__content-birth-content {
    margin-right: 0;
  }
  .form__content-birth-content + .form__content-birth-content {
    margin-top: 1rem;
  }
}

.form__content-birth-content-row {
  display: flex;
  align-items: center;
}

.form__content-birth-content-input {
  margin-right: 1rem;
}
/* 確認画面表示設定 */
.mw_wp_form_preview .form__content-birth-content-input {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .form__content-birth-content-input {
    width: 100%;
  }
  /* 確認画面表示設定 */
  .mw_wp_form_preview .form__content-birth-content-input {
    width: auto;
  }
}

.form__content-address-input {
  width: 180px;
}
/* 確認画面表示設定 */
.mw_wp_form_preview .form__content-address-input {
  width: auto;
}

.form__content-ken-input {
  width: 300px;
}
/* 確認画面表示設定 */
.mw_wp_form_preview .form__content-ken-input {
  width: auto;
}

.form__content-borth-year-input {
  width: 150px;
}
/* 確認画面表示設定 */
.mw_wp_form_preview .form__content-borth-year-input {
  width: auto;
}
.form__content-borth-date-input {
  width: 100px;
}
/* 確認画面表示設定 */
.mw_wp_form_preview .form__content-borth-date-input {
  width: auto;
}
@media screen and (max-width: 767px) {
  .form__content-borth-year-input {
    width: 100%;
  }
  .form__content-borth-date-input {
    width: 100%;
  }
  /* 確認画面表示設定 */
  .mw_wp_form_preview .form__content-borth-year-input,
  .mw_wp_form_preview .form__content-borth-date-input {
    width: auto;
  }
}

.form__kiyaku {
  margin-top: 6rem;
  text-align: center;
}

.form__btn {
  margin-top: 3rem;
  text-align: center;
}
/* 確認画面表示設定 */
.mw_wp_form_preview .form__btn {
  margin-top: 8rem;
}

.form__btn-content + .form__btn-content {
  margin-top: 2rem;
}

/* form コントロール */
.form-input input,
.form-input select,
.form-input textarea {
  width: 100%;
  border-radius: 1rem;
  background: white;
  border: 1px solid var(--border-color--light);
  font-size: var(--input-size);
  line-height: var(--input-height);
}
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder,
.form-input input::placeholder,
.form-input select::placeholder,
.form-input textarea::placeholder {
  color: var(--placeholder-color);
}

.form-input input,
.form-input select {
  height: 5rem;
  padding: 0 2rem;
}
.form-input textarea {
  height: 30rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .form-input input,
  .form-input select {
    height: 50px;
  }
  .form-input textarea {
    height: 250px;
  }
}

/* 確認画面表示設定 */
.mw_wp_form_preview .form-input {
  font-size: var(--input-size);
  line-height: var(--input-height);
}

/* セレクトボックス */
.select-custom {
  position: relative;
}

.select-custom select {
  color: var(--placeholder-color);
}
.select-custom select.selected {
  color: var(--font-color);
}

.select-custom::after {
  pointer-events: none;
  content: '';
  position: absolute;
  right: 2rem;
  top: 1.25em;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid var(--border-color);
  border-right: 2px solid var(--border-color);
}
@media only screen and (max-width: 767px) {
  .select-custom::after {
    top: 1.6em;
    width: 12px;
    height: 12px;
  }
}

.mw_wp_form_preview .select-custom::after {
  display: none;
}

/* ラジオボタン */
.radio-custom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-size: var(--input-size);
}

.radio-custom__item {
  margin: 1rem 3rem 1rem 0;
}
@media only screen and (max-width: 767px) {
  .radio-custom__item {
    margin-right: 30px;
  }
}
.radio-custom__item > label {
  display: block;
  color: #000;
}
.radio-custom__item > label input[type=radio] {
  position: absolute;
  left: -999999px;
  opacity: 0;
}
.radio-custom__item > label input[type=radio]+.radio-custom__item-txt:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #333;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1em;
  margin-right: 0.4em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}
.radio-custom__item > label input[type=radio]:checked + .radio-custom__item-txt:before {
  background-color: #000;
  box-shadow: inset 0 0 0 3px #fff;
}
.radio-custom__item > label input[type=radio]:focus + .radio-custom__item-txt:before {
  outline: none;
}
.radio-custom__item > label input[type=radio]:disabled + .radio-custom__item-txt:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
.radio-custom__item > label input[type=radio] + .radio-custom__item-txt:empty:before {
  margin-right: 0;
}


/* 規約checkbox */
.checkbox-custom {
  position: relative;
}

.checkbox-custom .mwform-checkbox-field {
  display: inline-block;
}

.checkbox-custom .mwform-checkbox-field-text {
  text-align: left;
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  font-size: var(--input-size);
  line-height: var(--input-height);
}

.checkbox-custom .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: .3em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  border: 1px solid var(--font-color);
}

.checkbox-custom .checkbox-custom__input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: .15em;
  left: .3em;
  width: .5em;
  height: 1em;
  transform: rotate(40deg);
  border-bottom: 3px solid var(--primary-color-01);
  border-right: 3px solid var(--primary-color-01);
}

.checkbox-custom__input {
  display: none;
}

.mw_wp_form_preview .checkbox-custom {
  font-size: var(--txt5-size);
  line-height: var(--txt5-height);
}

/* 必須のテキスト */
.hissu {
  color: #A9171F;
  font-size: 1.2rem;
}
.hissu::before {
  content: '※';
}
@media screen and (max-width: 767px) {
  .hissu {
    font-size: 12px;
  }
}

/* 確認画面表示設定 */
.mw_wp_form_preview .confirm-none {
  display: none;
}

.confirm-show {
  display: none;
}
.mw_wp_form_preview .confirm-show {
  display: block;
}

/* エラー画面表示設定 */
.mw_wp_form .error {
  margin-top: 1rem;
}


/* ブログのスタイル */
.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 {
  font-weight: 500;
  letter-spacing: .25rem;
}
.txt-single h2 {
  padding-left: 2rem;
  border-left: 4px solid var(--primary-color-01);
  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(--primary-color-01);
  position: absolute;
  left: 0;
  top: 0;
}
.txt-single a {
  color: var(--primary-color-01);
  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(--primary-color-01);
}

.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: calc(var(--header-height) + 2rem);
  left: 0;
}
.widget + .widget {
  margin-top: 4rem;
}

.wp-widget-group__inner-blocks {
  background: var(--main-color);
}

.sidebar-title {
  padding: 1.5rem 2rem;
  background-color: var(--primary-color-01);
  color: white;
  font-weight: 500;
}

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

.wp-widget-group__inner-blocks > ul li {
  position: relative;
  padding-left: 1em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  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(--primary-color-01);
}

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

/* ウィジェットTOC */
.widget .toc_widget_list {
  overflow: scroll;
  max-height: 90vh;
  padding: 2rem;
  background-color: white;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .widget .toc_widget_list {
    font-size: 14px;
  }
}

.widget .toc_widget_list li + li,
.widget .toc_widget_list ul {
  margin-top: 1rem;
}

.widget .toc_widget_list a {
  text-decoration: none;
  color: var(--font-color);
}
.widget .toc_widget_list a.current {
  font-weight: 700;
}

.widget .toc_widget_list a:hover {
  color: var(--accent-color);
}

.widget .toc_widget_list .toc_number {
  font-family: var(--accent-font);
  color: var(--gray);
}


/* ウェジェット 検索 */
.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(--accent-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: 0;
}
.return-top-btn-wrap.active {
  opacity: 1;
  pointer-events: all;
  transition: var(--normal-transition);
  transition-property: opacity;
}

.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: 40px;
    height: 40px;
  }
}

.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;
}
.fadein-scaleup {
  opacity: 0;
	transform: scale(0.8);
}

.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);
  width: 100%;
  padding: 1rem 0;
}

.header__main {
  padding: 0 3rem;
  border-radius: 5rem;
  box-shadow: 0 0 5px var(--shadow-color);
  background: white;
}
@media screen and (max-width: 999px) {
  .header__main {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.header__main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.header__menu-btn {
  display: none;
}
@media screen and (max-width: 999px) {
  .header__menu-btn {
    display: block;
  }
}

/* 画面右固定ボタン */
.float-btn {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 20rem;
  z-index: var(--header-z);
}
.float-btn.active {
  pointer-events: all;
  opacity: 1;
  transition: var(--normal-transition);
  transition-property: opacity;
}
@media screen and (max-width: 999px) {
  .float-btn {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.float-btn__content + .float-btn__content {
  margin-top: 1rem;
}

/* SP ナビゲーション */
.header-nav {
  display: none;
}
@media screen and (max-width: 999px) {
  .header-nav {
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: var(--header-z);
    width: 100%;
    height: 100%;
    padding-top: calc(var(--header-height) + 30px);
    padding-bottom: 100px;
    background: white;
  }
}

.header-nav.active {
  pointer-events: auto;
  opacity: 1;
  transition: opacity var(--normal-transition);
}

.header-nav__inner {
  padding: 5rem 0;
}

/* footer */

.footer {
  padding: 6rem 0;
  background: var(--primary-color-01-01);
}

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

.footer__info {
  width: 70%;
}
@media screen and (max-width: 999px) {
  .footer__info {
    display: contents;
  }
}

@media screen and (max-width: 999px) {
  .footer__logo {
    order: 1;
  }
}

.footer__address {
  margin-top: 4rem;
}
@media screen and (max-width: 999px) {
  .footer__address {
    order: 2;
    text-align: left;
  }
}

.footer__copyright {
  margin-top: 4rem;
}
@media screen and (max-width: 999px) {
  .footer__copyright {
    order: 4;
    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;
  }
}

.footer__btn {
  width: 30%;
}
@media screen and (max-width: 999px) {
  .footer__btn {
    margin-top: 4rem;
    order: 3;
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .footer__btn-content {
    margin-inline: auto;
    width: 100%;
    max-width: 500px;
  }
}

.footer__btn-content + .footer__btn-content {
  margin-top: 2rem;
}
@media screen and (max-width: 999px) {
  .footer__btn-content + .footer__btn-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer__btn-content + .footer__btn-content {
    margin-top: 2rem;
  }
}

.footer__btn-content-title {
  text-align: center;
}

.footer__btn-content-main {
  margin-top: 1rem;
}

/* TOP ABOUT */
.top-concept__main {
  margin-top: 6rem;
}

.top-concept__main-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-concept__txt {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .top-concept__txt {
    width: 100%;
  }
}

.top-concept__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-concept__img {
    margin-top: 2rem;
    width: 100%;
  }
}

/* top news */
.top-news__main {
  margin-top: 4rem;
}

.top-news__btn {
  margin-top: 4rem;
}

/* top education-policy */
.top-about__main {
  margin-top: 6rem;
}

.top-about__main-row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 4rem;
}
@media screen and (max-width: 999px) {
  .top-about__main-row {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 999px) {
  .top-about__content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* top other */
.top-other__access-main {
  margin-top: 2rem;
}

.top-other__access-map {
  margin-top: .5rem;
}

.top-other__access-info {
  margin-top: 4rem;
}

.top-other__access-info-content + .top-other__access-info-content {
  margin-top: 4rem;
}

.top-other__dw-main {
  margin-top: 4rem;
}

.top-other__dw-main-content + .top-other__dw-main-content {
  margin-top: 4rem;
}

.top-other__tel-main {
  margin-top: 4rem;
}

/* ブログ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__single-title {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-color--light);
}

.page-news-layout__single-meta {
  margin-top: 2rem;
}

.page-news-layout__single-meta-row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-news-layout__single-meta-row {
    display: block;
  }
}

.page-news-layout__single-meta-time {
  padding-top: 1rem;
  margin-right: 3rem;
}

@media screen and (max-width: 767px) {
  .page-news-layout__single-meta-cat {
    margin-top: 2rem;
  }
}

.page-news-layout__single-meta-thumb {
  margin-top: 6rem;
}

.page-news-layout__single-meta-txt {
  margin-top: 6rem;
}

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

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

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

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

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

.page-news-layout__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-news-layout__single-p-n-txt.page-news-layout__single-p-n-txt--prev > a::after {
  left: .2em;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
}
.page-news-layout__single-p-n-txt.page-news-layout__single-p-n-txt--next > a::after {
  right: .2em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.page-news-layout__single-p-n-txt > a:hover {
  text-decoration: underline;
}

.page-news-layout__single-cat-bottom {
  margin-top: 4rem;
  text-align: right;
}

.page-news-layout__single-tag-bottom {
  margin-top: 2rem;
  text-align: right;
}


/* page education-concept */
.page-education-concept__desc {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-education-concept__desc {
    text-align: left;
  }
}

.page-education-concept__main {
  margin-top: 6rem;
}

.page-education-concept__content + .page-education-concept__content {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .page-education-concept__content {
    padding-top: 5rem;
    border-top: 1px solid var(--border-color--light);
  }
}

.page-education-concept__content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-education-concept__content:nth-child(odd) .page-education-concept__content-row {
  flex-direction: row-reverse;
}

.page-education-concept__content-img {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .page-education-concept__content-img {
    margin-top: 4rem;
    width: 100%;
  }
}

.page-education-concept__content-txt {
  width: 45%;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .page-education-concept__content-txt {
    width: 100%;
    padding-top: 0;
  }
}

.page-education-concept__content-desc {
  margin-top: 2rem;
}

/* page education-three */
.page-education-three__main {
  margin-top: 6rem;
}

.page-education-three__detail {
  margin-top: 10rem;
}

.page-education-three__detail-content + .page-education-three__detail-content {
  margin-top: 4rem;
}

.page-education-three__detail-content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-education-three__detail-content-txt {
  width: 50%;
  padding-top: 3rem;
}
@media screen and (max-width: 999px) {
  .page-education-three__detail-content-txt {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-education-three__detail-content-txt {
    width: 100%;
  }
}

.page-education-three__detail-content-img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .page-education-three__detail-content-img {
    margin-top: 2rem;
    width: 100%;
  }
}

/* page education-facility */
.page-education-facility__main {
  margin-top: 6rem;
}

/* page schedule-day */
.page-schedule-day__main {
  margin-top: 6rem;
}

/* page schedule-event */
.page-schedule-event__main {
  margin-top: 6rem;
}

.page-schedule-event__content + .page-schedule-event__content {
  margin-top: 6rem;
}

.page-schedule-event__content-main {
  margin-top: 4rem;
}

/* page school-msg */

.page-school-msg__content + .page-school-msg__content {
  margin-top: 6rem;
}

.page-school-msg__content-main {
  margin-top: 6rem;
}

.page-school-msg__content-txt {
  margin-top: 4rem;
}

.page-school-msg__content-desc {
  margin-top: 2rem;
}

.page-school-msg__content-name {
  margin-top: 2rem;
  text-align: right;
}

/* page school-info */
.page-school-info__content + .page-school-info__content {
  margin-top: 6rem;
}

.page-school-info__content-main {
  margin-top: 6rem;
}

/* page recruit-intro*/
.page-recruit-intro__img {
  position: relative;
}

.page-recruit-intro__image img {
  width: 100%;
  height: 50rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page-recruit-intro__image img {
    height: 400px;
  }
}

.page-recruit-intro__txt {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}

.page-recruit-intro__letter {
  color: white;
  text-shadow: 1px 1px 3px var(--shadow-color--dark);
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .page-recruit-intro__letter {
    font-size: 25px;
  }
}

.page-recruit-intro__desc {
  margin-top: 4rem;
  padding: 0 3rem;
}

/* page recruit-table */
.page-recruit-table__main {
  margin-top: 6rem;
}

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

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

.page-contact-form__main {
  margin-top: 6rem;
  padding: 6rem 0;
  background: var(--main-color);
}