@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: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, Arial, "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media screen and (min-width: 768px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.5rem;
    line-height: 2.143;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h {
  clear: both;
  margin: 0 0 1em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.333;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.8rem;
}

h4, .h4 {
  font-size: 1.8rem;
}

h5, .h5 {
  font-size: 1.7rem;
}

h6, .h6 {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h {
    margin-bottom: 1.2em;
    line-height: 1.5;
  }
  h1, .h1 {
    font-size: 2.2rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.7rem;
  }
  h4, .h4 {
    font-size: 1.7rem;
  }
  h5, .h5 {
    font-size: 1.6rem;
  }
  h6, .h6 {
    font-size: 1.5rem;
  }
}
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: #99cc33;
  -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;
  cursor: pointer;
}
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 {
  vertical-align: top;
  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%;
  /*img[class*="wp-image-"] {

  	@include center-block;
  }*/
}
.wp-caption .wp-caption-text {
  margin: 0.55em 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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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 {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

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

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

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

/*--------------------------------------------------------------
# Original Style
--------------------------------------------------------------*/
/* common */
.for_pc {
  display: none !important;
}

.fs-xs {
  font-size: 0.75em !important;
}

.fs-s {
  font-size: 0.875em !important;
}

.fs-l {
  font-size: 1.125em !important;
}

.fs-xl {
  font-size: 1.25em !important;
}

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

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

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

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

.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;
}

.mtp40 {
  margin-top: 40px !important;
}

.mbt0 {
  margin-bottom: 0 !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;
}

.mbt40 {
  margin-bottom: 40px !important;
}

.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;
}

.color-sub {
  color: #99cc33;
}

.bg-sub {
  background: #99cc33;
}

.m-btn-anime {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 400px;
  width: 90%;
  height: 4em;
  padding-right: .4em;
  margin: 0 auto;
  border-radius: 6em;
  border: solid 1px #99cc33;
  background: transparent;
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: .05em;
  text-decoration: none;
  overflow: hidden;
  transition: background-color .2s .8s, opacity .7s;
}

.m-btn-anime::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  width: 100%;
  height: 100%;
  background: #99cc33;
  transition: transform .6s cubic-bezier(.8, 0, .2, 1) .2s;
}

.m-btn-anime::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.25em;
  top: 50%;
  margin-top: -.267em;
  border: solid transparent;
  border-left-color: #fff;
  border-width: .267em 0 .267em .467em;
}

.m-btn-anime.is-active {
  background-color: #99cc33;
}

.m-btn-anime.is-active::before {
  transform: scale(1, 1);
}

.m-btn-anime:hover {
  opacity: .7;
}

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

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

.m-tel {
  white-space: nowrap;
}

.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-table-wrap {
  position: relative;
  overflow-x: scroll;
}
.m-table-wrap::before {
  content: "※横にスクロールできます";
  font-size: 1.2rem;
}

.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;
}

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

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

.flex-lr > * + * {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .for_sp {
    display: none !important;
  }
  .for_pc {
    display: block !important;
  }
  .m-inner {
    max-width: 1005px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .flex-pc,
  .flex-lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-lr {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* animation */
.t--u {
  -webkit-transform: translate(0, -120px);
  transform: translate(0, -120px);
}

.u--t {
  -webkit-transform: translate(0, 120px);
  transform: translate(0, 120px);
}

.r--l {
  -webkit-transform: translate(120px, 0);
  transform: translate(120px, 0);
}

.l--r {
  -webkit-transform: translate(-120px, 0);
  transform: translate(-120px, 0);
}

.s--b {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.u--t {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.t--u,
.r--l,
.l--r {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.t--u.is-active,
.u--t.is-active,
.r--l.is-active,
.l--r.is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@-webkit-keyframes blinkNewIcon {
  0%, 100% {
    opacity: 1; /* 60%の間は表示されたまま */
  }
  50% {
    opacity: 0; /* 最後の30%だけ非表示 */
  }
}

@keyframes blinkNewIcon {
  0%, 100% {
    opacity: 1; /* 60%の間は表示されたまま */
  }
  50% {
    opacity: 0; /* 最後の30%だけ非表示 */
  }
}
/* header */
.anchor-link {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

#wrapper {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

.site-header {
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
}
.site-header__inner {
  position: relative;
  height: 50px;
  background: #99cc33;
  color: #fff;
}
.site-header__logo {
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0 15px;
  font-size: 10px;
  line-height: 1;
}
.site-header__logo a {
  display: block;
  padding: 5px;
  color: inherit;
  text-decoration: none;
}

.fix-header {
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 50px;
  width: 100%;
}
.is-scroll .fix-header {
  position: fixed;
  top: 0;
}
.fix-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #e6e6e6;
  color: #666;
}
.fix-header a {
  color: inherit;
  text-decoration: none;
}
.fix-header__item {
  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;
  width: 33.333%;
  height: 50px;
  padding: 4px 0 0;
  outline: none !important;
  border: none;
  background: transparent;
  text-align: center;
}
.fix-header__navTxt,
.fix-header .btn-ham::before {
  display: inline-block;
  padding-top: 25px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}
.btn-home .fix-header__navTxt {
  background: url("../img/common/icon_house.svg") 50% 0 no-repeat;
  background-size: 20px;
}
.btn-search .fix-header__navTxt {
  background: url("../img/common/icon_search.svg") 50% 0 no-repeat;
  background-size: 17px;
}
.fix-header .btn-ham::before {
  content: "メニュー";
}
.fix-header .btn-ham.is-active::before {
  content: "とじる";
}
.fix-header .btn-ham__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 1px;
  margin: -7px 0 0 -15px;
  background: #666;
  font-size: 0;
}
.fix-header .btn-ham__icon::before, .fix-header .btn-ham__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fix-header .btn-ham__icon::before {
  top: -10px;
}
.fix-header .btn-ham__icon::after {
  top: 10px;
}
.fix-header .btn-ham.is-active .btn-ham__icon {
  background: transparent;
}
.fix-header .btn-ham.is-active .btn-ham__icon::before, .fix-header .btn-ham.is-active .btn-ham__icon::after {
  top: 0;
}
.fix-header .btn-ham.is-active .btn-ham__icon::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fix-header .btn-ham.is-active .btn-ham__icon::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.toggle-search .search-form, .pc-search .search-form {
  position: relative;
  padding-right: 42px;
  border-radius: 3em;
  border: solid 1px #808080;
  background: #fff;
}
.toggle-search .search-field, .pc-search .search-field {
  width: 100%;
  padding: 13px 20px 10px;
  border-radius: 0;
  border: none;
  background: transparent;
  font-size: 13px;
  line-height: 1;
  outline: none;
}
.toggle-search .search-field::-webkit-input-placeholder, .pc-search .search-field::-webkit-input-placeholder {
  color: #999999;
}
.toggle-search .search-field::-moz-placeholder, .pc-search .search-field::-moz-placeholder {
  color: #999999;
}
.toggle-search .search-field:-ms-input-placeholder, .pc-search .search-field:-ms-input-placeholder {
  color: #999999;
}
.toggle-search .search-field::-ms-input-placeholder, .pc-search .search-field::-ms-input-placeholder {
  color: #999999;
}
.toggle-search .search-field::placeholder, .pc-search .search-field::placeholder {
  color: #999999;
}
.toggle-search .search-field::-webkit-input-placeholder, .pc-search .search-field::-webkit-input-placeholder {
  color: #999999;
}
.toggle-search .search-field:-ms-input-placeholder, .pc-search .search-field:-ms-input-placeholder {
  color: #999999;
}
.toggle-search .search-field::-moz-placeholder, .pc-search .search-field::-moz-placeholder {
  color: #999999;
}
.toggle-search .search-submit, .pc-search .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52px;
  border: none;
  background: url("../img/common/icon_search.svg") 50% 50% no-repeat;
  background-size: 17px;
  font-size: 0;
  cursor: pointer;
}

.pc-search {
  display: none;
}

.toggle-search {
  display: none;
  position: relative;
  padding: 12px 15px;
  margin-top: -1px;
  background: #e6e6e6;
}
.is-scroll .toggle-search {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 50px;
  width: 100%;
}
.toggle-search.is-active {
  display: block;
}

/* page header */
.page-title {
  padding: 25px 0 10px;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}

/* breadcrumb */
.bread {
  padding: 0 15px;
  margin-bottom: 5px;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.3;
}
.bread ol > li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.bread ol > li::before {
  content: ">";
  margin: 0 0.8em;
}
.bread ol > li:first-child::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .anchor-link {
    padding-top: 75px;
    margin-top: -75px;
  }
  #wrapper {
    padding-top: 75px;
  }
  .is-gnvOpen .site-header {
    background: #f2f2f2;
    overflow-y: scroll;
  }
  .site-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 965px;
    height: 75px;
    padding-right: 100px;
    margin: 0 auto;
  }
  .site-header__logo {
    margin: 6px 0 0 20px;
  }
  .site-header__logo img {
    width: 300px;
  }
  .fix-header {
    display: none;
    top: 75px;
  }
  .is-scroll .fix-header {
    display: block;
  }
  .is-gnvOpen .fix-header {
    background: #f2f2f2;
    overflow-y: scroll;
  }
  .fix-header__inner {
    max-width: 965px;
    margin: 0 auto;
  }
  .fix-header__item {
    height: 75px;
  }
  .fix-header__navTxt,
  .fix-header .btn-ham::before {
    padding: 38px 10px 0;
    font-size: 11px;
  }
  .btn-home .fix-header__navTxt {
    background-size: 31px;
  }
  .btn-search .fix-header__navTxt {
    background-size: 27px;
  }
  .fix-header .btn-ham__icon {
    width: 42px;
    margin: -10px 0 0 -21px;
  }
  .fix-header .btn-ham__icon::before {
    top: -13px;
  }
  .fix-header .btn-ham__icon::after {
    top: 13px;
  }
  .pc-search .search-form, .toggle-search .search-form {
    max-width: 100%;
  }
  .pc-search .search-submit, .toggle-search .search-submit {
    width: 47px;
    background-size: 17px;
  }
  .pc-search {
    display: block;
  }
  .pc-search .search-form {
    width: 180px;
  }
  .pc-search .search-field {
    padding: 11px 0 11px 14px;
  }
  .toggle-search {
    display: none !important;
    right: 0;
    max-width: 965px;
    margin: 0 auto;
    padding: 20px;
  }
  .is-scroll .toggle-search {
    top: 75px;
  }
  .is-scroll .toggle-search.is-active {
    display: block !important;
  }
  .toggle-search .search-form {
    width: 480px;
    margin: 0 auto;
  }
  .toggle-search .search-field {
    padding: 14px 0 14px 14px;
  }
  /* page header */
  .page-title {
    padding: 20px 0;
    margin-bottom: 30px;
    font-size: 3rem;
  }
  /* bread */
  .bread {
    padding: 0 35px;
    margin-bottom: 40px;
  }
}
/* Customize Admin */
@media screen and (min-width: 783px) {
  .admin-bar .fix-header {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .fix-header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .fix-header {
    top: 0;
  }
}
/* toggle */
body.is-scroll.is-gnvOpen {
  overflow: hidden;
}

.toggle-button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #fff;
  width: 52px;
  height: 50px;
  padding: 0;
  outline: none !important;
  cursor: pointer;
}
.toggle-button::before {
  content: "メニュー";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.toggle-button span {
  position: absolute;
  left: 50%;
  top: 37%;
  display: block;
  width: 35px;
  height: 1px;
  margin-left: -17.5px;
  background: #fff;
  font-size: 0;
}
.toggle-button span::before, .toggle-button span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.toggle-button span::before {
  top: -10px;
}
.toggle-button span::after {
  top: 10px;
}
.toggle-button.is-active::before {
  content: "とじる";
}
.toggle-button.is-active span {
  background: transparent;
}
.toggle-button.is-active span::before, .toggle-button.is-active span::after {
  top: 0;
  width: 120%;
  margin-left: -10%;
}
.toggle-button.is-active span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggle-button.is-active span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.toggle-nav {
  position: absolute;
  z-index: 9000;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  background: #ebe6e1;
  color: #333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.is-scroll .toggle-nav {
  position: fixed;
  top: 50px;
}
.is-gnvOpen .toggle-nav {
  opacity: 1;
  pointer-events: auto;
}
.toggle-nav a {
  color: inherit;
  text-decoration: none;
}
.toggle-nav__inner {
  width: 100%;
  height: 100%;
  padding: 40px 0 35px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.toggle-nav__nav1, .toggle-nav__nav2 {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.2;
}
.toggle-nav__nav1 {
  font-size: 18px;
}
.toggle-nav__nav1 > li {
  margin-bottom: 25px;
}
.toggle-nav__nav1 .sub-menu,
.toggle-nav__nav1 .children {
  padding-left: 12px;
  margin: 20px 0 0 8px;
  border-left: solid 1px;
  font-weight: 400;
}
.toggle-nav__nav1 .sub-menu li,
.toggle-nav__nav1 .children li {
  margin-bottom: 18px;
}
.toggle-nav__nav2 {
  padding-top: 32px;
  margin-top: 32px;
  border-top: solid 1px #99cc33;
  font-size: 14px;
}
.toggle-nav__nav2 > li {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  body.is-gnvOpen {
    overflow: hidden;
  }
  .toggle-button {
    display: block;
    width: 79px;
    height: 75px;
  }
  .toggle-button::before {
    bottom: 11px;
    font-size: 11px;
  }
  .toggle-button span {
    width: 40px;
    margin-left: -20px;
  }
  .toggle-button span::before {
    top: -12px;
  }
  .toggle-button span::after {
    top: 12px;
  }
  .toggle-nav {
    top: 75px !important;
    background: #f2f2f2;
  }
  .toggle-nav__inner {
    padding: 0;
    overflow-y: scroll;
  }
  .toggle-nav__cont {
    max-width: 965px;
    min-height: 100%;
    padding: 45px 20px;
    margin: 0 auto;
    background: #ebe6e1;
  }
  .toggle-nav__nav1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    font-size: 22px;
  }
  .toggle-nav__nav1 > li {
    width: 47%;
    margin-bottom: 38px;
  }
  .toggle-nav__nav1 .sub-menu,
  .toggle-nav__nav1 .children {
    padding: 5px 0 5px 20px;
    margin-top: 30px;
  }
  .toggle-nav__nav1 .sub-menu li,
  .toggle-nav__nav1 .children li {
    margin-bottom: 33px;
  }
  .toggle-nav__nav1 .sub-menu li:last-child,
  .toggle-nav__nav1 .children li:last-child {
    margin-bottom: 0;
  }
  .toggle-nav__nav2 {
    max-width: 800px;
    padding-top: 42px;
    margin: 0 auto;
    font-size: 18px;
  }
  .toggle-nav__nav2 > li {
    margin-bottom: 26px;
  }
}
/* main */
#wrapper {
  background: #f2f2f2;
}

.site-main {
  padding: 20px 0 55px;
  background: #fff;
}
.home .site-main {
  padding-bottom: 45px;
}

.page-content {
  margin-top: 15px;
  margin-bottom: 55px;
}

/*.blog-content {

}*/
@media screen and (min-width: 768px) {
  .site-main {
    max-width: 965px;
    padding: 35px 0 95px;
    margin: 0 auto;
  }
  .home .site-main {
    padding: 70px 0 75px;
  }
  /*.content-inner {
      max-width: 1230px;
      margin: 0 auto;
  }*/
  .page-content {
    max-width: 1230px;
    margin: 20px auto 80px;
  }
  .blog-content {
    max-width: 580px;
    margin: 0 auto;
  }
}
/* footer */
.site-footer {
  padding: 30px 10% 25px;
  background: #e6e6e6;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer__logo {
  padding: 0;
  margin-bottom: 25px;
}
.site-footer__nav {
  padding: 15px 5px 10px;
  margin-bottom: 25px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
}
.site-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: min(4.27vw, 18px);
  margin-right: -10%;
  margin-bottom: 30px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
}
.site-footer__privacy__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 73px;
  width: min(19.47vw, 85px);
}
.site-footer__privacy__logo svg {
  width: 100%;
  height: auto;
}
.site-footer__privacy__txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-footer__copy {
  text-align: center;
}
.site-footer__copy small {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.fnv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 3.4em;
}

@media screen and (min-width: 768px) {
  .site-footer {
    padding: 42px 0 20px;
  }
  .site-footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px;
  }
  .site-footer__l {
    max-width: 44%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .site-footer__r {
    width: 52.85%;
  }
  .site-footer__logo img {
    width: 300px;
  }
  .site-footer__nav {
    padding: 20px 5px 13px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .site-footer__privacy {
    font-size: 1.2rem;
  }
  .site-footer__copy small {
    font-size: 1.3rem;
  }
}
/* pagetop */
.pagetop {
  position: fixed;
  z-index: 8000;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.pagetop__btn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  font-size: 0;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.pagetop__btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin: -3px 0 0 -5px;
  border-left: solid 2px #fff;
  border-top: solid 2px #fff;
}
.is-scroll .pagetop {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .pagetop {
    right: 30px;
    bottom: 30px;
  }
  .pagetop__btn {
    width: 60px;
    height: 60px;
  }
  .pagetop__btn::before {
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -7px;
    border-width: 3px;
  }
}
@media screen and (min-width: 1380px) {
  .pagetop {
    right: 50%;
    margin-right: -575px;
  }
}
/* slider */
.swiper-container {
  overflow: visible;
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  background-image: url("../img/common/icon_slider_prev.svg");
  background-size: contain;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  background-image: url("../img/common/icon_slider_next.svg");
  background-size: contain;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #99cc33;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -27px;
  line-height: 1;
}

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

/* no slider */
.swiper-container:not(.swiper-container-initialized) .swiper-slide.hide,
.swiper-container:not(.swiper-container-initialized) .swiper-button-prev,
.swiper-container:not(.swiper-container-initialized) .swiper-button-next,
.swiper-container:not(.swiper-container-initialized) .swiper-pagination {
  display: none;
}

/* kv */
.kv-img {
  padding: 0 20px;
}
.kv-img__inner {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
}
.kv-img__status {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  max-width: 100px;
  width: 14.92%;
}
.kv-img__status::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-color: #e7386f transparent transparent #e7386f;
  border-width: 25px;
  border-width: min(6.67vw, 50px);
}
.kv-img__status::after {
  content: "";
  display: block;
  position: absolute;
  left: 12%;
  top: 10%;
  width: 52%;
  height: 54%;
  background: url("../img/common/icon_new_txt.svg") 50% 0 no-repeat;
  background-size: contain;
  -webkit-animation: blinkNewIcon 1.8s ease-in-out infinite;
          animation: blinkNewIcon 1.8s ease-in-out infinite;
}
.kv-img__status img {
  opacity: 0;
}
.kv-img__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kv-slider {
  margin-bottom: 30px;
  overflow: hidden;
}
.kv-slider .swiper-wrapper {
  margin-bottom: 42px;
}
.kv-slider .swiper-button-prev,
.kv-slider .swiper-button-next {
  width: 49px;
  height: 49px;
  margin-top: -24.5px;
}
.kv-slider .swiper-button-prev,
.kv-slider .swiper-container-rtl .swiper-button-next {
  left: 20px;
  background-image: url("../img/common/icon_slider_prev2.svg");
}
.kv-slider .swiper-button-next,
.kv-slider .swiper-container-rtl .swiper-button-prev {
  right: 20px;
  background-image: url("../img/common/icon_slider_next2.svg");
}

/* article */
.article-slider {
  padding-left: 15px;
}
.article-slider .swiper-button-prev,
.article-slider .swiper-container-rtl .swiper-button-next {
  display: none;
}
.article-slider .swiper-button-next,
.article-slider .swiper-container-rtl .swiper-button-prev {
  top: 22.67vw; /*85px*/
  right: 6.39%;
  margin-right: -15px;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
  }
  .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -47px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
  /* kv */
  .kv-img {
    padding: 0;
  }
  .kv-img__status {
    max-width: 75px;
    width: 15%;
  }
  .kv-img__status::before {
    border-width: 38px;
    border-width: min(3.83vw, 38px);
  }
  .kv-slider {
    padding: 0 50px;
    margin: 0 -50px 40px;
  }
  .kv-slider .swiper-container {
    position: relative;
  }
  .kv-slider .swiper-container::before, .kv-slider .swiper-container::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    width: 51px;
    height: 100%;
    background: #f2f2f2;
  }
  .kv-slider .swiper-container::before {
    left: -51px;
  }
  .kv-slider .swiper-container::after {
    right: -51px;
  }
  .kv-slider .swiper-wrapper {
    margin-bottom: 80px;
  }
  .kv-slider .swiper-button-prev,
  .kv-slider .swiper-button-next {
    width: 74px;
    height: 74px;
    margin-top: -50px;
  }
  .kv-slider .swiper-button-prev,
  .kv-slider .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .kv-slider .swiper-button-next,
  .kv-slider .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
  /* article */
  .article-slider {
    max-width: 1230px;
    padding: 0 15px;
    margin: 35px auto 0;
  }
  .article-slider .article-box__status::before {
    border-width: min(3.2vw, 40px);
  }
  .article-slider .swiper-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 30px 4.4453%;
    -webkit-transform: none;
            transform: none;
  }
  .article-slider .swiper-slide {
    width: 21.666%;
  }
  .article-slider .swiper-slide:nth-child(n+5) {
    display: none;
  }
  .article-slider .swiper-button-prev,
  .article-slider .swiper-button-next {
    top: 22.67vw; /*85px*/
  }
}
@media screen and (min-width: 1080px) {
  /* kv */
  .kv-slider .swiper-button-prev,
  .kv-slider .swiper-container-rtl .swiper-button-next {
    left: -50px;
  }
  .kv-slider .swiper-button-next,
  .kv-slider .swiper-container-rtl .swiper-button-prev {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  /* article */
  .article-slider .swiper-container:not(.swiper-container-initialized) {
    padding-right: 15px;
  }
  .article-slider .swiper-container:not(.swiper-container-initialized) .article-box__status::before {
    border-width: min(6.97vw, 50px);
  }
  .article-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 18px 6%;
    -webkit-transform: none;
            transform: none;
  }
  .article-slider .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    width: 47%;
  }
}
/* article */
.article-box {
  margin-bottom: 25px;
  font-size: clamp(1.6rem, 4.27vw, 2.2rem);
}
.article-box:last-child {
  margin-bottom: 0;
}
.article-box a {
  color: inherit;
  text-decoration: none;
}
.article-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-box__imgBox {
  position: relative;
  width: 31.88%;
}
.article-box__txtBox {
  width: 65.22%;
}
.article-box__status {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  max-width: 80px;
  width: 36.82%;
}
.article-box__status::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-color: #e7386f transparent transparent #e7386f;
  border-width: 41px;
  border-width: min(5.5vw, 41px);
}
.article-box__status::after {
  content: "";
  display: block;
  position: absolute;
  left: 13%;
  top: 11%;
  width: 49%;
  height: 53%;
  background: url("../img/common/icon_new_txt.svg") 50% 0 no-repeat;
  background-size: contain;
  -webkit-animation: blinkNewIcon 1.8s ease-in-out infinite;
          animation: blinkNewIcon 1.8s ease-in-out infinite;
}
.article-box__status img {
  opacity: 0;
}
.article-box__img {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.article-box__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-box__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.273em 0.636em;
  margin-bottom: 8px;
  border: solid 1px #b3b3b3;
  font-size: 0.688em; /*11px*/
  font-weight: 700;
  line-height: 1.1;
}
.article-box__title {
  position: relative;
  margin-bottom: 0;
  font-size: 0.875em; /*14px*/
  font-weight: 700;
  line-height: 1.571;
}
.article-box__date {
  margin-top: 12px;
  font-size: 0.625em; /*10px*/
  line-height: 1.1;
}
.article-box__txt {
  display: none;
  max-width: 600px;
  margin-top: 22px;
  line-height: 1.875;
  text-align: justify;
}
.article-box__more {
  color: #99cc33;
}

@media screen and (min-width: 768px) {
  .article-box {
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
  .article-box__imgBox {
    width: 29.6%;
  }
  .article-box__txtBox {
    width: 68.15%;
  }
  .article-box__status {
    width: 30.77%;
  }
  .article-box__status::before {
    border-width: min(4.05vw, 40px);
  }
  .article-box__cat {
    padding-top: 0.5em;
    font-size: 0.929em; /*13px*/
  }
  .article-box__title {
    font-size: 1.286em; /*18px*/
    line-height: 1.556;
  }
  .article-box__date {
    font-size: 0.857em; /*12px*/
  }
  .article-box__txt {
    display: block;
  }
}
.article-w-box__inner {
  display: block;
  color: inherit;
  text-decoration: none;
}
.article-w-box__imgBox {
  position: relative;
  margin-bottom: 15px;
}
.article-w-box__status {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 32.26%;
}
.article-w-box__status::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-color: #e7386f transparent transparent #e7386f;
  border-width: 25px;
  border-width: min(6.67vw, 50px);
}
.article-w-box__status::after {
  content: "";
  display: block;
  position: absolute;
  left: 13%;
  top: 11%;
  width: 49%;
  height: 53%;
  background: url("../img/common/icon_new_txt.svg") 50% 0 no-repeat;
  background-size: contain;
  -webkit-animation: blinkNewIcon 1.8s ease-in-out infinite;
          animation: blinkNewIcon 1.8s ease-in-out infinite;
}
.article-w-box__status img {
  opacity: 0;
}
.article-w-box__img {
  position: relative;
  height: 0;
  padding-top: 106.45%;
}
.article-w-box__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-w-box__title {
  position: relative;
  padding-left: 10px;
  margin-bottom: 0;
  font-size: 1.063em; /*17px*/
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.412;
}
.article-w-box__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.118em;
  bottom: 0.118em;
  border-left: solid 2px #99cc33;
}
.article-w-box__txt {
  margin-top: 8px;
  font-size: 0.875em; /*14px*/
  line-height: 1.643;
}

.article-list--2-4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px 2.9%;
  padding: 0 15px;
}
.article-list--2-4col .article-w-box {
  width: 48.55%;
}
.article-list--2-4col .article-w-box__inner {
  height: 100%;
  padding: 0 10px 5px 0;
  border-right: solid 2px #e6e6e6;
  border-bottom: solid 2px #e6e6e6;
}

@media screen and (min-width: 768px) {
  .article-w-box__imgBox {
    margin-bottom: 25px;
  }
  .article-w-box__status {
    width: 30.77%;
  }
  .article-w-box__status::before {
    border-width: min(3.07vw, 40px);
  }
  .article-w-box__title {
    padding-left: 15px;
    font-size: 1.563em; /*25px*/
    line-height: 1.4;
  }
  .article-w-box__title::before {
    border-width: 3px;
  }
  .article-w-box__txt {
    margin-top: 10px;
    font-size: 1em; /*16px*/
    line-height: 1.875;
  }
  .article-list--2-4col {
    gap: 30px 2.56%;
  }
  .article-list--2-4col .article-w-box {
    width: 23.08%;
  }
  .article-list--2-4col .article-w-box__inner {
    padding: 0 15px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .article-list--2-4col .article-w-box:nth-child(n+3) {
    display: none;
  }
}
/* entry */
.entry-header {
  padding: 0 15px;
}

.entry-ec {
  margin-bottom: 15px;
  text-align: center;
}
.entry-ec iframe,
.entry-ec video {
  width: 100%;
}

.entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8em 2em;
  margin-bottom: 25px;
  color: #808080;
  font-size: 1.2rem;
  line-height: 1;
}

.entry-date:first-child {
  color: #99cc33;
  font-size: 1.083em;
  font-weight: 700;
}

.entry-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6em;
  margin: -12px 0 27px;
  font-size: 1.2rem;
  line-height: 1;
}
.entry-tag a {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 3em;
  background: #e6e6e6;
  color: inherit;
  text-decoration: none;
}
.entry-tag a::before {
  content: "#";
}

.entry-sub-title {
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4;
}

.format-content h1, .entry-title {
  padding-bottom: 0.6em;
  margin-bottom: 30px;
  border-bottom: solid 2px #99cc33;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.36;
}

.entry-lead {
  padding: 5px 0;
  margin-bottom: 25px;
  font-weight: 700;
}

.entry-content {
  padding: 0 15px;
}

.format-content > * + * {
  margin-top: 1.875em;
}
.format-content > *:last-child {
  margin-bottom: 0;
}
.format-content a:not(.m-btn-anime) {
  color: #03c;
  text-decoration: underline;
}
.format-content a:not(.m-btn-anime):hover {
  color: #cc3434;
  opacity: 1;
}
.format-content h2,
.format-content h3,
.format-content h4 {
  position: relative;
}
.format-content h2::before,
.format-content h3::before,
.format-content h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.format-content h2 {
  padding-left: 0.85em;
}
.format-content h2::before {
  top: 0.25em;
  bottom: 0.25em;
  border-left: solid 8px #99cc33;
}
.format-content h3 {
  padding-left: 0.944em;
}
.format-content h3::before {
  top: 0.389em;
  width: 0.556em;
  height: 0.556em;
  background: #99cc33;
}
.format-content h4 {
  padding-left: 0.944em;
}
.format-content h4::before {
  top: 0.611em;
  width: 0.556em;
  border-top: solid 2px #99cc33;
}
.format-content ul {
  /*padding-left: .5em;*/
  padding-left: 1.2em;
  list-style: disc inside;
}
.format-content ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.format-content ol {
  /*padding-left: .3em;*/
  padding-left: 1em;
  list-style: decimal inside;
}
.format-content ol li {
  padding-left: 0.9em;
  text-indent: -0.9em;
}
.format-content table {
  border-collapse: collapse;
}
.format-content table th, .format-content table td {
  height: 50px;
  padding: 5px 8px;
  border: solid 1px #99cc33;
  font-weight: 400;
}
.format-content table th {
  background: #99cc33;
  color: #fff;
}
.format-content table tr:not(:last-child) th {
  border-bottom-color: #fff;
}
.format-content table td {
  background: #fff;
}
.format-content blockquote {
  padding: 20px;
  margin-left: 0;
  margin-right: 0;
  background: #eee;
}
.format-content h2 + *, .format-content h3 + *, .format-content h4 + *, .format-content h5 + *, .format-content h6 + * {
  margin-top: 0;
}
.format-content p > img {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.format-content .wp-caption {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.format-content .wp-caption.alignleft {
  margin-left: 0;
  text-align: left;
}
.format-content .wp-caption.alignright {
  margin-right: 0;
  text-align: right;
}
.format-content .wp-caption-text {
  margin-top: 0.417em;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.875;
  text-align: center;
}
.format-content img.alignleft,
.format-content img.alignright {
  float: none;
}
.format-content img.alignleft {
  margin: 10px auto 10px 0;
}
.format-content img.aligncenter {
  margin: 10px auto;
}
.format-content img.alignright {
  margin: 10px 0 10px auto;
}

.mokuji-box {
  padding: 20px;
  margin: 0 15px 38px;
  border-radius: 10px;
  background: #ebe6e1;
}
.entry-content .mokuji-box {
  margin-left: auto;
  margin-right: auto;
}
.mokuji-box__lb {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.mokuji-box__list {
  list-style: none !important;
  padding: 0 !important;
}
.mokuji-box__list li {
  margin-bottom: 10px;
  line-height: 1.4;
  padding-left: 0 !important;
  text-indent: 0 !important;
}
.mokuji-box__list li:last-child {
  margin-bottom: 0;
}
.mokuji-box__list a {
  color: inherit;
  text-decoration: none;
}
.mokuji-box__list a:hover {
  opacity: 1;
  color: #cc3434;
}

/* parts */
.supervisor-box {
  padding: 18px 15px 10px;
  margin: 25px 15px 38px;
  border: dashed 1px;
}
.supervisor-box__lb {
  margin-bottom: 0.75em;
  color: #99cc33;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.1;
}
.supervisor-box__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.supervisor-box__imgBox {
  width: 33.33%;
}
.supervisor-box__img img {
  border-radius: 10px;
}
.supervisor-box__nameBox {
  width: 61.9%;
}
.supervisor-box__sholder {
  margin-bottom: 0.538em;
  font-size: 0.813em;
  letter-spacing: 0.075em;
  line-height: 1.1;
}
.supervisor-box__name {
  padding-bottom: 0.421em;
  border-bottom: solid 1px;
  font-size: 1.188em;
  letter-spacing: 0.075em;
  line-height: 1.2;
}
.supervisor-box__txt {
  margin-top: 10px;
  font-size: 0.875em;
  line-height: 1.786;
  text-align: justify;
}

.cat-content-top,
.cat-content-btm {
  margin: 40px 0;
}

.cat-content {
  padding: 0 15px;
}

.more-link {
  padding: 0 15px;
  margin-top: 30px;
}
.more-link__lb {
  margin-bottom: 0.5em;
  font-size: 1.063em;
  letter-spacing: 0.075em;
}

.author-box {
  padding: 18px 15px 15px;
  margin: 25px 15px;
  border: solid 1px #ebe6e1;
}
.author-box__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.author-box__imgBox {
  width: 33.33%;
}
.author-box__img img {
  border-radius: 10px;
}
.author-box__nameBox {
  width: 61.9%;
}
.author-box__name {
  padding-bottom: 0.421em;
  border-bottom: solid 1px #ebe6e1;
  font-size: 1.188em;
  letter-spacing: 0.075em;
  line-height: 1.2;
}
.author-box__txt {
  font-size: 0.875em;
  line-height: 1.786;
  text-align: justify;
}
.author-box__link {
  margin-top: 0.692em;
  font-size: 0.813em;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-align: center;
}
.author-box__link > * + * {
  margin-top: 0.5em;
}
.author-box__link a {
  display: inline-block;
  padding: 1em 2.154em 0.923em;
  border-radius: 3em;
  background: #ebe6e1;
  color: inherit;
  text-decoration: none;
}
.single-writer .author-box {
  max-width: 790px;
  margin: 0 auto 40px;
}

.share-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  padding: 0 15px;
  margin-top: 22px;
  text-align: center;
}
.share-button a {
  display: inline-block;
  min-width: 15em;
  padding: 0.733em 1.6em 0.667em;
  background: #99cc33;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.related-sec {
  padding: 0 15px;
  margin: 55px auto 0;
}

@media screen and (min-width: 768px) {
  .entry-meta {
    margin-bottom: 40px;
  }
  .entry-tag {
    margin: -24px 0 42px;
  }
  .entry-sub-title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .entry-title, .format-content h1 {
    margin-bottom: 30px;
    font-size: 2.2rem;
    line-height: 1.545;
  }
  .entry-lead {
    margin-bottom: 50px;
  }
  .format-content > * + * {
    margin-top: 2.143em;
  }
  .format-content h2 {
    padding-left: 1.226em;
  }
  .format-content h2::before {
    top: 0;
    bottom: 0;
    border-left-width: 10px;
  }
  .format-content h3 {
    padding-left: 1.436em;
  }
  .format-content h3::before {
    top: 0.35em;
    width: 0.682em;
    height: 0.682em;
  }
  .format-content h4 {
    padding-left: 1.436em;
  }
  .format-content h4::before {
    width: 0.682em;
    border-top-width: 3px;
  }
  .format-content ul {
    padding-left: 2em;
  }
  .format-content ol {
    padding-left: 1.8em;
  }
  .format-content table th, .format-content table td {
    padding: 10px 15px;
  }
  .format-content .wp-caption-text {
    margin-top: 0.846em;
    font-size: 1.3rem;
  }
  .mokuji-box {
    padding: 25px 20px;
    margin-bottom: 58px;
    border-radius: 18px;
    font-size: 1.6rem;
  }
  .mokuji-box__lb {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .mokuji-box__list li {
    margin-bottom: 14px;
  }
  /* parts */
  .supervisor-box {
    padding: 36px 30px 20px;
    margin: 35px 15px 50px;
    font-size: 1.74rem;
  }
  .supervisor-box__imgBox {
    width: 28.85%;
  }
  .supervisor-box__img img {
    border-radius: 15px;
  }
  .supervisor-box__nameBox {
    width: 64%;
  }
  .supervisor-box__txt {
    margin-top: 20px;
    font-size: 0.8em; /*16px*/
  }
  .cat-content-top,
  .cat-content-btm {
    margin: 60px 0;
  }
  .more-link {
    margin-top: 40px;
  }
  .more-link__lb {
    font-size: 1.125em;
  }
  .author-box {
    padding: 36px 30px 28px;
    margin: 35px 15px;
    font-size: 1.74rem;
  }
  .author-box__cont {
    margin-bottom: 20px;
  }
  .author-box__imgBox {
    width: 28.85%;
  }
  .author-box__img img {
    border-radius: 15px;
  }
  .author-box__nameBox {
    width: 64%;
  }
  .author-box__txt {
    font-size: 0.8em; /*16px*/
  }
  .single-writer .author-box {
    margin-bottom: 60px;
  }
  .share-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.8em;
    margin-top: 60px;
  }
  .share-button a {
    min-width: 0;
    font-size: 2rem;
  }
  .related-sec {
    max-width: 1230px;
    padding: 0 35px;
    margin: 80px auto 0;
  }
}
/* pagenation */
.pagenation {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 55px;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.pagenation a,
.pagenation span {
  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;
  width: 2.667em;
  height: 2.667em;
  border: solid 1px #99cc33;
  overflow: hidden;
}
.pagenation a {
  background: #fff;
  color: inherit;
  text-decoration: none;
}
.pagenation span {
  background: #99cc33;
  color: #fff;
}
.pagenation .prev a,
.pagenation .prev span,
.pagenation .next a,
.pagenation .next span {
  position: relative;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
}
.pagenation .prev a::before,
.pagenation .prev span::before,
.pagenation .next a::before,
.pagenation .next span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border: solid transparent;
}
.pagenation .prev a::before,
.pagenation .prev span::before {
  right: 50%;
  margin: -0.267em -0.233em 0 0;
  border-right-color: #333;
  border-width: 0.267em 0.467em 0.267em 0;
}
.pagenation .next a::before,
.pagenation .next span::before {
  left: 50%;
  margin: -0.267em 0 0 -0.233em;
  border-left-color: #333;
  border-width: 0.267em 0 0.267em 0.467em;
}

@media screen and (max-width: 767px) {
  .pagenation {
    gap: 7px;
    margin-top: 35px;
    font-size: 1.2rem;
  }
  .pagenation a,
  .pagenation span {
    width: 2.5em;
    height: 2.5em;
  }
}
/* top */
.top-sec {
  padding: 0 15px;
  margin-bottom: 45px;
}
.top-sec:last-child {
  margin-bottom: 0;
}

.top-lb {
  margin-bottom: 24px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.top-lead {
  margin-bottom: 28px;
  line-height: 1.563;
}

.top-moreLink {
  margin-top: 22px;
  text-align: center;
}
.top-moreLink a {
  display: inline-block;
  padding: 0.667em 1.4em 0.467em;
  border-radius: 3em;
  border: solid 2px #b3b3b3;
  background: #fff;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .top-sec {
    max-width: 1230px;
    padding: 0 35px;
    margin: 0 auto 75px;
  }
  .top-lb {
    margin-bottom: 40px;
    font-size: 2.7rem;
  }
  .top-lead {
    margin-bottom: 60px;
    font-size: 2rem;
    text-align: center;
  }
  .top-moreLink {
    margin-top: 50px;
  }
  .top-moreLink a {
    font-size: 2rem;
  }
}