@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Original Style

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

/**
 * 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
  font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif;
  font-size: 3.73vw;
  line-height: 1.929;
}

@media screen and (min-width: 769px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 14px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h {
  clear: both;
  margin: 0 0 0.9em;
  font-weight: 500;
  line-height: 1.4;
}

h1, .h1 {
  font-size: 2.286em; /*32px*/
}

h2, .h2 {
  font-size: 1.929em; /*27px*/
}

h3, .h3 {
  font-size: 1.571em; /*22px*/
}

h4, .h4 {
  font-size: 1.429em; /*20px*/
}

h5, .h5 {
  font-size: 1.286em; /*18px*/
  line-height: 1.667;
}

h6, .h6 {
  font-size: 1.143em; /*16px*/
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul.disc {
  list-style: disc inside;
}
ul.disc > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

ol.decimal {
  list-style: decimal;
  margin: 0 0 1.5em 3em;
}

ul.circle, ul.dot {
  margin: 0 0 1.5em 3em;
}
ul.circle > li, ul.dot > li {
  position: relative;
}
ul.circle > li::before, ul.dot > li::before {
  position: absolute;
  left: 0;
  top: 0;
}

ul.dot > li {
  padding-left: 1em;
}
ul.dot > li::before {
  content: "・";
}

ul.circle > li {
  padding-left: 1.3em;
}
ul.circle > li::before {
  content: "●";
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.2em;
}

dl, dt, dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 0;
}

img,
iframe {
  vertical-align: top;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: inherit;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
a:hover {
  opacity: 0.7;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Original Style
--------------------------------------------------------------*/
/* common style */
#wrapper {
  position: relative;
  overflow: hidden;
}

.for_sp {
  display: none !important;
}

.font-en {
  font-family: "EB Garamond", serif;
}

.font-vt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.fs-xs {
  font-size: 0.071em !important; /*11px*/
}

.fs-s {
  font-size: 0.857em !important; /*12px*/
}

.fs-l {
  font-size: 1.143em !important; /*16px*/
}

.fs-xl {
  font-size: 1.286em !important; /*18px*/
}

.fk-xs {
  letter-spacing: -0.02em;
}

.fk-s {
  letter-spacing: -0.04em;
}

.fk-m {
  letter-spacing: 0.02em;
}

.fk-l {
  letter-spacing: 0.05em;
}

.fk-pmark {
  display: inline-block;
  margin-right: -0.5em;
}

.fk-kakko {
  display: inline-block;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.fm-s {
  line-height: 1.667;
}

.mtp0 {
  margin-top: 0 !important;
}

.mtp5 {
  margin-top: 1.33vw !important;
}

.mtp10 {
  margin-top: 2.67vw !important;
}

.mtp15 {
  margin-top: 4vw !important;
}

.mtp20 {
  margin-top: 5.33vw !important;
}

.mtp25 {
  margin-top: 6.67vw !important;
}

.mtp30 {
  margin-top: 8vw !important;
}

.mtp35 {
  margin-top: 9.33vw !important;
}

.mtp55 {
  margin-top: 14.67vw !important;
}

.mbt0 {
  margin-bottom: 0 !important;
}

.mbt5 {
  margin-bottom: 1.33vw !important;
}

.mbt10 {
  margin-bottom: 2.67vw !important;
}

.mbt15 {
  margin-bottom: 4vw !important;
}

.mbt20 {
  margin-bottom: 5.33vw !important;
}

.mbt25 {
  margin-bottom: 6.67vw !important;
}

.mbt30 {
  margin-bottom: 8vw !important;
}

.mbt35 {
  margin-bottom: 9.33vw !important;
}

.mbt55 {
  margin-bottom: 14.67vw !important;
}

.m-mtp_xs {
  margin-top: 6.67vw !important;
}

.m-mtp_s {
  margin-top: 12vw !important;
}

.m-mtp_m {
  margin-top: 16vw !important;
}

.m-mtp_l {
  margin-top: 18.67vw !important;
}

.m-mbt_xs {
  margin-bottom: 6.67vw !important; /*25px*/
}

.m-mbt_s {
  margin-bottom: 12vw !important; /*45px*/
}

.m-mbt_m {
  margin-bottom: 16vw !important; /*60px*/
}

.m-mbt_l {
  margin-bottom: 18.67vw !important; /*70px*/
}

.w100 {
  width: 100%;
}

.fleft {
  float: left;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fright {
  float: right;
}

.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tkinto {
  text-align: justify;
}

.tmiddle {
  vertical-align: middle;
}

.relative {
  position: relative;
}

.iblock {
  display: inline-block;
}

.noblock {
  display: none !important;
}

.js-acd-button,
.no-link {
  cursor: pointer;
}

.m-inner {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 89.333%;
}

.m-cont_s {
  padding-left: 4.48%;
  padding-right: 4.48%;
}

.m-cont_l {
  margin-left: -4.92%;
  margin-right: -4.92%;
}

.m-para {
  text-align: justify;
}
.m-para > * + * {
  margin-top: 1.929em;
}

.m-lb-icon {
  position: absolute;
  right: 0;
  top: 10px;
}

.m-lb01 {
  font-size: 1em;
  margin-bottom: 3.571em; /*50px*/
}
.m-lb01__main {
  margin: 0;
  font-size: 2.5em; /*35px*/
  font-weight: 400;
  line-height: 1;
}
.m-lb01__sub {
  margin: 0;
  font-size: 1.143em; /*16px*/
  font-weight: 400;
}

.m-lb02 {
  font-size: 1em;
  margin-bottom: 3.571em; /*50px*/
}
.m-lb02__main {
  margin: 0;
  font-size: 1.429em; /*20px*/
  font-weight: 500;
}
.m-lb02__sub {
  margin: 0.214em 0 0; /*3px 0 0*/
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.m-lb03 {
  padding: 0.625em 0; /*10px 0*/
  margin-bottom: 1.875em; /*30px*/
  border-top: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  font-size: 1.143em; /*16px*/
  font-weight: 500;
}

.m-lb04 {
  padding: 0.5em 0.857em; /*7px 12px;*/
  margin-bottom: 0.357em; /*5px*/
  background: #cbc5bb;
  font-size: 1em; /*14px*/
  font-weight: 500;
}

.m-lb05 {
  padding: 0.625em 0; /*10px 0*/
  margin-bottom: 0.75em; /*12px*/
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 1.143em; /*16px*/
  font-weight: 400;
}

.m-lb06 {
  padding: 0 0 0.278em; /*0 0 5px*/
  margin-bottom: 1.389em; /*25px*/
  border-bottom: solid 3px #ccc;
  font-size: 1.286em; /*18px*/
  font-weight: 500;
}

.m-catch {
  font-size: 1.286em; /*18px*/
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.667;
}

.m-link-nostyle,
.m-tel {
  color: inherit;
  text-decoration: none;
}

.m-link01, .m-link-print, .m-link-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 4.286em; /*60px*/
  padding: 0 0.5em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.m-link-pdf {
  background: #968d7d;
  color: #fff;
}

.m-link-print {
  background: #7d5963;
  color: #fff;
}

.m-link01 {
  background: #000;
  color: #fff;
}

.m-link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 4.286em; /*60px*/
  padding-left: 0.714em; /*10px*/
  padding-right: 2.143em; /*30px*/
  background: #000;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.m-link02::before {
  content: "";
  display: block;
  position: absolute;
  right: 0.8em;
  top: 50%;
  border: solid transparent;
  border-left-color: #fff;
  border-width: 0.286em 0 0.286em 0.429em; /*4px 0 4px 6px*/
  margin-top: -0.286em;
}

.m-link03 {
  display: inline-block;
  position: relative;
  padding: 5px 66px 5px 6px;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
.m-link03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  height: 116%;
  border-left: solid 1px;
}
.m-link03::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 56px;
  height: 5px;
  margin-top: -4px;
  background: url("../img/common/icon_arrow_r_01.svg") 50% 50% no-repeat;
  background-size: contain;
}

.m-link-gmap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  position: relative;
  height: 4.286em; /*60px*/
  border: solid 1px;
  color: #000;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.m-link-gmap::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.429em; /*20px*/
  height: 1.929em; /*27px*/
  margin-bottom: 0.357em; /*5px*/
  background: url("../img/common/icon_map.png") 50% 50% no-repeat;
  background-size: contain;
}

.m-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.m-table > div {
  display: table-row;
}
.m-table > div > dt,
.m-table > div > dd {
  display: table-cell;
}

.m-dlList01 dt {
  margin-bottom: 0.25em; /*4px*/
  border-bottom: solid 1px #000;
  font-size: 1.143em; /*16px*/
  font-weight: 500;
}
.m-dlList01 dd + dt {
  margin-top: 1.063em; /*17px*/
}

.plan-list dt {
  border-bottom: solid 1px #000;
  font-size: 1.143em; /*16px*/
  font-weight: 500;
}
.plan-list dd + dt {
  margin-top: 1.063em; /*17px*/
}
.plan-list dd {
  font-size: 1.143em; /*16px*/
  font-weight: 500;
}
.plan-list .price {
  font-size: 1.5em; /*24px*/
}
.plan-list .tax {
  font-size: 0.875em; /*14px*/
}

.m-list-flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-list-flex > div > dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-list-flex > div > dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.m-list-mark > li {
  padding-left: 1em;
  text-indent: -1em;
}

.m-list01 {
  font-size: 1.8rem;
}
.m-list01 > div {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.m-list01 > div > dt,
.m-list01 > div > dd {
  height: 60px;
}
.m-list01 > div > dt {
  width: 6.722em;
  padding: 0.556em 0.833em;
  letter-spacing: 0.08em;
}
.m-list01 > div > dd {
  position: relative;
  padding: 0.556em 1.833em;
}
.m-list01 > div > dd::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  border-left: solid 1px #000;
}

.m-cap-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 2.6%;
  bottom: -4.2%;
  width: 5.778em;
  height: 5.778em; /*104px*/
  border-radius: 50%;
  background: #7f7764;
  color: #fff;
  font-size: 1.286em; /*18px*/
}

.m-map {
  position: relative;
  height: 0;
  padding-top: 66.666%;
}
.m-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-map2 {
  height: 170px;
}

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

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

.thumb-img a {
  opacity: 1;
}

.thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.circle-img img {
  border-radius: 50%;
  width: 100%;
}

.flex,
.flex-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .mtp5 {
    margin-top: 5px !important;
  }
  .mtp10 {
    margin-top: 10px !important;
  }
  .mtp15 {
    margin-top: 15px !important;
  }
  .mtp20 {
    margin-top: 20px !important;
  }
  .mtp25 {
    margin-top: 25px !important;
  }
  .mtp30 {
    margin-top: 30px !important;
  }
  .mtp35 {
    margin-top: 35px !important;
  }
  .mtp55 {
    margin-top: 55px !important;
  }
  .mbt5 {
    margin-bottom: 5px !important;
  }
  .mbt10 {
    margin-bottom: 10px !important;
  }
  .mbt15 {
    margin-bottom: 15px !important;
  }
  .mbt20 {
    margin-bottom: 20px !important;
  }
  .mbt25 {
    margin-bottom: 25px !important;
  }
  .mbt30 {
    margin-bottom: 30px !important;
  }
  .mbt35 {
    margin-bottom: 35px !important;
  }
  .mbt55 {
    margin-bottom: 55px !important;
  }
  .m-mtp_xs {
    margin-top: 25px !important;
  }
  .m-mtp_s {
    margin-top: 45px !important;
  }
  .m-mtp_m {
    margin-top: 60px !important;
  }
  .m-mtp_l {
    margin-top: 70px !important;
  }
  .m-mbt_xs {
    margin-bottom: 25px !important;
  }
  .m-mbt_s {
    margin-bottom: 45px !important;
  }
  .m-mbt_m {
    margin-bottom: 60px !important;
  }
  .m-mbt_l {
    margin-bottom: 70px !important;
  }
}
/* header */
.anchorSec {
  padding-top: 18.67vw;
  margin-top: -18.67vw;
}

#wrapper {
  padding-top: 18.67vw;
  /*.home &,
  .page-template-lp & {
      padding-top: 100vh;
  }*/
}

/*#header {
    .home &,
    .page-template-lp & {
        padding-top: 0;
    }

    &::before {
        content: "";
        display: block;
        position: fixed;
        z-index: 10;
        right: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
    }

    .home & {
        padding-top: 0;

        &::before {
            opacity: 0;
            transition: opacity .4s;
        }
    }

    .home.is-scroll & {
        &::before {
            opacity: 1;
        }
    }
}*/
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 0;
  width: 100%;
  height: 18.67vw;
  background: #fff;
}

.head-logo {
  margin: 0;
  font-size: 0.857em; /*12px*/
  line-height: 1;
  text-align: center;
}
.head-logo a {
  color: inherit;
  text-decoration: none;
}
.head-logo__inner {
  display: block;
  padding: 0.5em;
}
.head-logo__logo {
  width: 13.333em; /*160px*/
}
.head-logo__txt {
  display: block;
  margin-top: 0.25em;
  letter-spacing: 0.3em;
}

/* page header */
.fix-page-header {
  padding-top: 106.66%;
  padding-top: min(106.66%, 100svh - 18.67vw - 16vw);
}

.fix-plan-header {
  padding-top: 160%;
  padding-top: min(160%, 100svh - 18.67vw - 16vw);
}

.page-header {
  position: relative;
}
.fix-page-header .page-header, .fix-plan-header .page-header {
  position: fixed;
  z-index: -1;
  right: 0;
  top: 18.67vw;
  width: 100%;
}
.page-header__img {
  position: relative;
}
.page-header__img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
}
.page-header__img img {
  width: 100%;
}
.page-header__over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  inset: 0;
  color: #fff;
}

.page-title {
  margin: 0;
  font-size: 1.714em; /*24px*/
  font-weight: 500;
}

.plan-title {
  position: relative;
  margin: 0;
  font-size: 2.143em; /*30px*/
  font-weight: 500;
}
.plan-title .sub {
  display: block;
  position: absolute;
  right: -1.4em;
  top: 0;
  font-size: 0.667em; /*20px*/
}

/* breadcrumb */
.bread {
  padding: 35px 0;
  color: #808080;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
.bread ol > li {
  display: inline-block;
}
.bread ol > li::before {
  content: ">";
  margin: 0 0.4em;
}
.bread ol > li:first-child::before {
  display: none;
}

/* scroll button */
/*@keyframes scrollBtn{
    0%{
        transform: translateY(0);
    }
    88%{
        transform: translateY(-10px);
    }
    95%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0);
    }
}

.scrollBtn {
    position: absolute;
    left: 50%;
    top: 88.57vh;
    animation: .8s ease-in 0s infinite scrollBtn;

    .home & {
        top: 76.57vh;
    }

    a {
        display: block;
        color: inherit;
        text-decoration: none;
    }
}*/
@media screen and (min-width: 769px) {
  .anchorSec {
    padding-top: 70px;
    margin-top: -70px;
  }
  #wrapper {
    padding-top: 70px;
    /*.home &,
    .page-template-lp & {
        padding-top: 600px;
    }*/
  }
  .site-header {
    width: 375px;
    height: 70px;
  }
  /* page header */
  .fix-page-header {
    padding-top: min(106.66%, 100vh - 70px - 60px);
  }
  .fix-plan-header {
    padding-top: min(160%, 100vh - 70px - 60px);
  }
  .fix-page-header .page-header, .fix-plan-header .page-header {
    top: 70px;
    width: 375px;
  }
  /* scroll button */
  /*.scrollBtn {
      top: 530px;

      .home & {
          top: 425px;
      }
  }*/
}
/* Customize Admin */
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .site-header {
    position: absolute;
    top: 0;
  }
}
/* footer */
#footer {
  position: relative;
}

.pagetop {
  position: fixed;
  z-index: 5000;
  right: 5.333%;
  bottom: 16vw;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.pagetop__btn {
  display: inline-block;
  position: relative;
  width: 9.33vw;
  height: 13.33vw;
  background: #000;
  color: #fff;
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
}
.pagetop__btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 3.73vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 3.2vw;
  height: 3.2vw;
  margin-left: -1.6vw;
  border-left: solid 1px;
  border-top: solid 1px;
}
.is-scroll .pagetop {
  opacity: 1;
}
.pagetop.is-fix {
  position: absolute;
  bottom: 100%;
}

.site-footer {
  padding: 3.429em 0 6.929em; /*48px 0 97px*/
  background: #cbc5bb;
  text-align: center;
}

.foot-logo {
  margin: 0;
  font-size: 1.429em; /*20px*/
  line-height: 1;
  text-align: center;
}
.foot-logo a {
  color: inherit;
  text-decoration: none;
}
.foot-logo__inner {
  display: block;
  padding: 0.5em;
}
.foot-logo__logo {
  width: 10.5em; /*210px*/
}
.foot-logo__txt {
  display: block;
  margin-top: 1.25em; /*25px*/
  letter-spacing: 0.3em;
  line-height: 1.3;
}

.copy {
  font-size: 0.857em; /*12px*/
}

@media screen and (min-width: 769px) {
  #footer {
    width: 375px;
    margin-left: auto;
  }
  .pagetop {
    right: 20px;
    bottom: 60px;
  }
  .pagetop__btn {
    width: 35px;
    height: 50px;
  }
  .pagetop__btn::before {
    top: 14px;
    width: 12px;
    height: 12px;
    margin-left: -6px;
  }
}
/* fix nav */
.fix-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 6000;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 16vw;
  border-top: solid 1px #ccc;
}
.fix-nav > * + * {
  border-left: solid 1px #ccc;
}
.fix-nav__mail {
  width: 39.4665%;
}
.fix-nav__tel {
  width: 39.7335%;
}
.fix-nav__btn {
  gap: 0.714em; /*10px*/
  padding: 0.714em 0 0;
  width: 20.8%;
  background: #fff;
}
.fix-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.071em; /*1px*/
  height: 100%;
  background: #60594a;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-decoration: none;
}
.fix-nav__mail .fix-nav__icon {
  width: 1.714em;
}
.fix-nav__tel .fix-nav__icon {
  width: 1.357em;
}

@media screen and (min-width: 769px) {
  .fix-nav {
    width: 375px;
    height: 60px;
  }
}
/* pc side */
.pc-side {
  display: none;
  position: fixed;
  z-index: -1;
  left: 0;
  right: 375px;
  top: 0;
  bottom: 0;
}
.pc-side .logo-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 10;
  inset: 0;
  margin-bottom: 64px;
}

#wrapper {
  width: 100%;
  -webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.35);
          box-shadow: 10px 0 15px rgba(0, 0, 0, 0.35);
}

#pcSlider .swiper-slide-active img,
#pcSlider .swiper-slide-duplicate-active img,
#pcSlider .swiper-slide-prev img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
#pcSlider img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@media screen and (min-width: 769px) {
  .pc-side {
    display: block;
  }
  #wrapper {
    width: 375px;
    margin-left: auto;
  }
}
/* toggle nav */
body.is-gnvOpen {
  overflow: hidden;
}

.toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0;
  border: none;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3;
  cursor: pointer;
}
.toggle-button__icon {
  display: block;
  position: relative;
  width: 44.87%;
  height: 1px;
  font-size: 0;
}
.toggle-button__icon::before, .toggle-button__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#toggle-button-open .toggle-button__icon::before, #toggle-button-open .toggle-button__icon::after {
  background: #000;
}
#toggle-button-open .toggle-button__icon::before {
  top: -1.07vw;
}
#toggle-button-open .toggle-button__icon::after {
  top: 1.07vw;
}

#toggle-button-close .toggle-button__icon::before, #toggle-button-close .toggle-button__icon::after {
  top: 0;
  background: #fff;
}
#toggle-button-close .toggle-button__icon::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#toggle-button-close .toggle-button__icon::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.toggle-nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #60594a;
  color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0s 0.7s;
  transition: opacity 0.7s, -webkit-transform 0s 0.7s;
  transition: transform 0s 0.7s, opacity 0.7s;
  transition: transform 0s 0.7s, opacity 0.7s, -webkit-transform 0s 0.7s;
}
.toggle-nav a {
  color: inherit;
  text-decoration: none;
}
.toggle-nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 34.666% 0; /*130px 0*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.toggle-nav__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.286em; /*74px*/
  height: 5.286em;
  padding: 0;
  background: transparent;
}
.toggle-nav .head-logo {
  position: absolute;
  left: 4vw;
  top: 2.67vw;
  text-align: left;
}
.toggle-nav__nav {
  width: 65.333%;
  margin: 0 auto;
}
.is-gnvOpen .toggle-nav {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.7s, -webkit-transform 0s;
  transition: opacity 0.7s, -webkit-transform 0s;
  transition: transform 0s, opacity 0.7s;
  transition: transform 0s, opacity 0.7s, -webkit-transform 0s;
}

.gnv {
  font-size: 1.286em; /*18px*/
  font-weight: 500;
  line-height: 1.5;
}
.gnv > li {
  margin: 0 -0.3em 1.2em; /*0 -5px 22px*/
}
.gnv > li.is-topLine {
  position: relative;
  padding-top: 1.944em; /*35px*/
  margin-top: 1.889em; /*34px*/
}
.gnv > li.is-topLine::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.278em; /*5px*/
  right: 0.278em; /*5px*/
  top: 0;
  border-top: solid 1px;
}
.gnv a,
.gnv .no-link > span {
  display: block;
  padding: 0.3em; /*5px*/
}
.gnv .sub-menu {
  margin: 0.667em 0 0.833em 2.222em; /*12px 0 15px 40px*/
}
.gnv .sub-menu li {
  margin-bottom: 0.5em; /*9px*/
}
.gnv .sub-menu a,
.gnv .sub-menu .no-link > span {
  position: relative;
  padding-left: 0.667em; /*12px*/
}
.gnv .sub-menu a::before,
.gnv .sub-menu .no-link > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.1em;
  width: 0.278em; /*5px*/
  border-top: solid 1px;
}

@media screen and (min-width: 769px) {
  body.is-gnvOpen {
    overflow: visible;
  }
  #toggle-button-open .toggle-button__icon::before {
    top: -4px;
  }
  #toggle-button-open .toggle-button__icon::after {
    top: 4px;
  }
  .toggle-nav {
    width: 375px;
  }
  .toggle-nav .head-logo {
    left: 15px;
    top: 10px;
  }
}
/* slider */
.swiper-slide img {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  top: 0;
  width: 13.24%;
  height: 100%;
  margin-top: 0;
  background: none;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border-right: solid 1px;
  border-top: solid 1px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-prev {
  left: 0;
}
.swiper-button-prev::before, .swiper-container-rtl .swiper-button-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: -3px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-next {
  right: 0;
}
.swiper-button-next::before, .swiper-container-rtl .swiper-button-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -17px;
}

.swiper-pagination-bullet {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  background: #000;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  border: solid 2px #000;
  background: transparent;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}

/* slider1 */
.slider1 {
  padding-bottom: 4.286em; /*60px*/
}
.m-inner .m-cont_s .slider1 {
  margin-right: -11.5%;
}
.slider1 .swiper-button-prev,
.slider1 .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 2.429em; /*34px*/
  height: 2.429em;
  background: 50% 50% no-repeat;
  background-size: contain;
}
.slider1 .swiper-button-prev::before,
.slider1 .swiper-button-next::before {
  display: none;
}
.slider1 .swiper-button-prev {
  left: 0;
  background-image: url("../img/common/icon_slider_01_prev.svg");
}
.slider1 .swiper-button-next {
  left: 3em; /*42px*/
  background-image: url("../img/common/icon_slider_01_next.svg");
}
.slider1 .swiper-pagination-bullets {
  padding: 0 9.33%;
  text-align: right;
}

.slide-box1 {
  display: block;
  color: inherit;
  text-decoration: none;
}
.slide-box1__img {
  margin-bottom: 0.714em; /*10px*/
}
.slide-box1__icon {
  position: absolute;
  right: 2.54%;
  bottom: -4.28%;
  width: 28.73%;
}
.slide-box1__lb {
  margin-bottom: 0.364em; /*8px*/
  font-size: 1.571em; /*22px*/
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  /* slider1 */
}
/* main */
.page-content {
  padding: 1.786em 0 8.214em; /*25px 0 115px*/
}
.fix-page-header .page-content, .fix-plan-header .page-content {
  background-color: #fff;
}

.blog-content {
  padding: 60px 0 70px;
}

.post-password-required {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 89.333%;
}
.post-password-required .post-password-form > p + p {
  margin-top: 1em;
}
.post-password-required .post-password-form label {
  font-size: 3.47vw;
}
.post-password-required .post-password-form input[type=password] {
  width: calc(100% - 21.33vw - 18.67vw);
}
.post-password-required .post-password-form input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5em;
  padding: 0.7em 0.2em;
  border-radius: 0;
  border: none;
  background: #000;
  color: #fff;
  font-size: 3.73vw;
  font-weight: 400;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .post-password-required .post-password-form label {
    font-size: 1.3rem;
  }
  .post-password-required .post-password-form input[type=password] {
    width: calc(100% - 8rem - 7rem);
  }
  .post-password-required .post-password-form input[type=submit] {
    width: 7rem;
    font-size: 1.4rem;
  }
}
/* blog list */
/*.cat {
    display: inline-block;
    min-width: 7.857em;
    padding: .5em 1.939em;
    border-radius: 3em;
    border: solid 1px $color1;
    background: #fff;
    color: $color1;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
    text-decoration: none;

    &.is-current {
        background: $color1;
        color: #fff;
    }
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    margin-bottom: 55px;
}*/
.blog-article {
  position: relative;
}
.blog-article::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url("../img/common/line_gray.png") 0 0 repeat-x;
  background-size: 3.5px;
}
.blog-article:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: url("../img/common/line_gray.png") 0 0 repeat-x;
  background-size: 3.5px;
}
.blog-article a {
  color: inherit;
  text-decoration: none;
}
.blog-article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.786em 0 1.929em; /*25px 0 27px*/
}
.blog-article__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6em; /*84px*/
  line-height: 1.5;
}
.blog-article__title {
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}

.blog-more-btn {
  display: block;
  max-width: 100%;
  width: 17.5em; /*245px*/
  height: 3.214em; /*45px*/
  padding: 0;
  margin: 2.143em auto 0; /*30px auto 0*/
  border-radius: 0;
  border: solid 1px #000 !important;
  background: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 2.786em; /*39px*/
  cursor: pointer;
}