@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 {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 62.5%;
}

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "游ゴシック Medium", YuGothic, "Yu Gothic Medium", YuGothicM, "Yu Gothic", YuGothic, "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h {
  clear: both;
  margin: 0 0 40px;
  line-height: 1.429;
}

h1 {
  font-size: 1rem;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h {
    margin-bottom: 15px;
  }
  h2, .h2 {
    font-size: 3rem;
  }
  h3, .h3 {
    font-size: 2.4rem;
  }
  h4, .h4 {
    font-size: 2.1rem;
  }
  h5, .h5 {
    font-size: 1.9rem;
  }
  h6, .h6 {
    font-size: 1.7rem;
  }
}
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.3em;
  text-indent: -1.3em;
}

ol.decimal {
  list-style: decimal inside;
}
ol.decimal > li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

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: "●";
}

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: #0342ab;
  -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 {
  overflow: hidden;
}

.for_sp {
  display: none !important;
}

.font-en,
.page-en-title,
.m-lb01__main,
.pagenation,
.entry-date {
  font-family: "Roboto";
}

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

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

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

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

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

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

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

.m-mtp_xs {
  margin-top: 30px !important;
}

.m-mtp_s {
  margin-top: 60px !important;
}

.m-mtp_m {
  margin-top: 80px !important;
}

.m-mtp_l {
  margin-top: 100px !important;
}

.m-mbt_xs {
  margin-bottom: 30px !important;
}

.m-mbt_s {
  margin-bottom: 60px !important;
}

.m-mbt_m {
  margin-bottom: 80px !important;
}

.m-mbt_l {
  margin-bottom: 100px !important;
}

.w100 {
  width: 100%;
}

.nolink,
.js-toggle-button {
  cursor: pointer;
}

.fleft {
  float: left;
}

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

.fright {
  float: right;
}

.tleft {
  text-align: left !important;
}

.tcenter {
  text-align: center !important;
}

.tright {
  text-align: right !important;
}

.tkinto {
  text-align: justify !important;
}

.relative {
  position: relative;
}

.iblock {
  display: inline-block;
}

.noblock {
  display: none !important;
}

.bg-maincolor {
  background: #0342ab;
  color: #fff;
}

.bg-gray {
  background: #e6e6e6;
}

.color-maincolor {
  color: #0342ab;
}

.m-inner_s, .m-inner {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 86.666%;
}

.m-inner {
  max-width: 1100px;
}

.m-inner_s {
  max-width: 900px;
}
.m-inner .m-inner_s {
  width: 100%;
}

.m-sec01-w {
  padding: 122px 0;
}

.m-sec01-s {
  padding: 65px 0 90px;
}

.m-sec02 {
  padding: 20px 0;
}

.m-sec03 {
  margin-top: 80px;
}

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

.m-para_ {
  text-align: justify;
}
.m-para_ p + p {
  margin-top: 2em;
}

/* label - English + japanese */
.m-lb01 {
  margin-bottom: 40px;
  color: #0342ab;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.m-lb01.is-center {
  text-align: center;
}
.m-lb01.is-small {
  font-size: 35px;
}
.bg-maincolor .m-lb01 {
  color: #fff;
}
.m-lb01__main {
  display: block;
  font-size: 1em;
  line-height: 0.9;
}
.m-lb01__sub {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/* label - border top bottom */
.m-lb02 {
  margin-bottom: 30px;
  padding: 0.371em 0.3em 0.514em;
  border-top: solid 1px #0342ab;
  border-bottom: solid 1px #0342ab;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.32;
  text-align: center;
}

/* label - color text */
.m-lb03 {
  margin-bottom: 25px;
  color: #0342ab;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.429;
}

.m-catch01 {
  margin-bottom: 1.412em; /*48px*/
  font-size: 34px;
  font-weight: 700;
  line-height: 1.529;
}

.m-caption {
  font-size: 0.813em;
  text-align: left;
  margin-top: 0.65em;
}

.m-btn-mail, .m-btn-tel {
  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;
  max-width: 100%;
  width: 365px;
  height: 110px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.m-btn-tel {
  gap: 12px;
  background: #e6e6e6;
  color: #000;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.m-btn-mail {
  gap: 16px;
  background: #66cc99;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.1em;
}

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

.m-link01 {
  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;
  padding: 0.7em 2.2em 0.8em;
  border-radius: 3em;
  background: #0342ab;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

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

.m-list-dot > li {
  position: relative;
  padding-left: 1.2em;
}
.m-list-dot > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.m-table {
  display: table;
}
.m-table__tr {
  display: table-row;
}
.m-table__th, .m-table__td {
  display: table-cell;
}

.m-table01 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.125em;
  line-height: 1.556;
}
.m-table01 tr,
.m-table01 .m-table__tr {
  border-top: solid 1px #bfccde;
  border-bottom: solid 1px #bfccde;
}
.m-table01 tr:nth-child(odd),
.m-table01 .m-table__tr:nth-child(odd) {
  background: #e9ecf4;
}
.m-table01 tr:nth-child(even),
.m-table01 .m-table__tr:nth-child(even) {
  background: transparent;
}
.m-table01 th,
.m-table01 td,
.m-table01 .m-table__th,
.m-table01 .m-table__td {
  vertical-align: middle;
  height: 60px;
  padding: 0.833em; /*15px*/
}
.m-table01 th,
.m-table01 .m-table__th {
  width: 9.18em;
  padding-right: 0.2em;
  font-weight: 700;
  text-align: left;
}
.m-table01 td,
.m-table01 .m-table__td {
  font-weight: 500;
}

.m-table02 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.125em;
  line-height: 1.556;
}
.m-table02 tr,
.m-table02 .m-table__tr {
  border-top: solid 1px #bfccde;
  border-bottom: solid 1px #bfccde;
  background: #fff;
}
.m-table02 th,
.m-table02 td,
.m-table02 .m-table__th,
.m-table02 .m-table__td {
  vertical-align: middle;
  height: 60px;
  padding: 0.833em; /*15px*/
}
.m-table02 th,
.m-table02 .m-table__th {
  width: 7em; /*126px*/
  padding-right: 0.2em;
  font-weight: 700;
  text-align: left;
}
.m-table02 td,
.m-table02 .m-table__td {
  padding-left: 1.556em; /*28px*/
  border-left: solid 1px #bfccde;
  font-weight: 500;
}

.m-map iframe {
  width: 100%;
}

.thumb-img {
  position: relative;
  overflow: hidden;
}
.thumb-img a {
  opacity: 1;
}
.thumb-img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.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;
}

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

.flex.is-wrap,
.flex-pc.is-wrap,
.flex-lr.is-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex.is-reverse,
.flex-pc.is-reverse,
.flex-lr.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex.is-vcenter,
.flex-pc.is-vcenter,
.flex-lr.is-vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid {
  display: grid;
}

@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
  .for_sp {
    display: block !important;
  }
  .m-mtp_xs {
    margin-top: 20px !important;
  }
  .m-mtp_s {
    margin-top: 40px !important;
  }
  .m-mtp_m {
    margin-top: 55px !important;
  }
  .m-mtp_l {
    margin-top: 70px !important;
  }
  .m-mbt_xs {
    margin-bottom: 20px !important;
  }
  .m-mbt_s {
    margin-bottom: 40px !important;
  }
  .m-mbt_m {
    margin-bottom: 55px !important;
  }
  .m-mbt_l {
    margin-bottom: 70px !important;
  }
  .fleft, .fright {
    float: none;
  }
  .m-inner .m-inner_s {
    width: 109.23%;
    margin-left: -4.615%;
    margin-right: -4.615%;
  }
  .m-sp-inner_s {
    padding: 0 2.66%;
  }
  .m-sec01-w {
    padding: 70px 0;
  }
  .m-sec01-s {
    padding: 48px 0;
  }
  .m-sec02 {
    padding: 40px 0;
  }
  .m-sec03 {
    margin-top: 55px;
  }
  .m-lb01 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .m-lb01.is-small {
    font-size: 28px;
  }
  .m-lb01__sub {
    margin-top: 5px;
    font-size: 12px;
  }
  .m-lb02 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.2;
  }
  .m-lb03 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .m-catch01 {
    margin-bottom: 1em; /*28px*/
    font-size: 28px;
    font-size: min(7.47vw, 34px);
    line-height: 1.5;
  }
  .m-table-wrap {
    position: relative;
    overflow-x: scroll;
  }
  .m-table-wrap::before {
    content: "※横にスクロールできます";
    font-size: 1.2rem;
  }
  .m-table01 {
    font-size: 0.875em; /*14px*/
    line-height: 1.429;
  }
  .m-table01 th,
  .m-table01 td,
  .m-table01 .m-table__th,
  .m-table01 .m-table__td {
    height: 45px;
  }
  .m-table01 th,
  .m-table01 .m-table__th {
    width: 8.429em;
  }
  .m-table02 {
    font-size: 0.875em; /*14px*/
    line-height: 1.429;
  }
  .m-table02 th,
  .m-table02 td,
  .m-table02 .m-table__th,
  .m-table02 .m-table__td {
    height: 45px;
  }
  .m-table02 th,
  .m-table02 .m-table__th {
    width: 6.786em;
  }
  .m-table02 td,
  .m-table02 .m-table__td {
    padding-left: 0.714em; /*10px*/
  }
  .flex-pc,
  .flex-lr {
    display: block;
  }
  .flex-lr > * {
    width: 100% !important;
  }
  .flex-lr > * + * {
    margin-top: 22px;
  }
  .flex-lr__img {
    text-align: center;
  }
  .grid {
    display: block;
  }
  .m-map {
    position: relative;
    padding-top: 94.66%;
  }
  .m-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
/* Parallax */
.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);
}

/* header */
#header {
  padding-top: 105px;
}

.anchor-link {
  display: block;
  padding-top: 105px;
  margin-top: -105px;
}

.site-header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  white-space: nowrap;
}
.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;
  height: 105px;
}
.site-header__logoLink {
  display: block;
  padding: 5px;
  margin: 0 10px;
  color: inherit;
  text-decoration: none;
}
.site-header__ttl {
  margin: 5px 0 0;
  color: #0342ab;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
}
.site-header .gnv {
  display: none;
}

.toggle-button {
  position: fixed;
  z-index: 13000;
  right: 0;
  top: 0;
  width: 120px;
  height: 105px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  color: #0342ab;
  outline: none;
  cursor: pointer;
}
.toggle-button span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52.94%;
  height: 1px;
  margin: 0 0 0 -26.47%;
  background: #0342ab;
  font-size: 0;
}
.toggle-button span::before, .toggle-button span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0342ab;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.toggle-button span::before {
  top: 18px;
}
.toggle-button span::after {
  top: -18px;
}
.toggle-button.is-active {
  background: transparent;
}
.toggle-button.is-active span {
  background: transparent;
}
.toggle-button.is-active span::before, .toggle-button.is-active span::after {
  top: 0;
  background: #fff;
}
.toggle-button.is-active span::before {
  -webkit-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}
.toggle-button.is-active span::after {
  -webkit-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}

.toggle-menu {
  position: fixed;
  z-index: 12000;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  background: #0342ab;
  color: #fff;
  width: 440px;
  height: 100%;
  text-align: left;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.toggle-menu__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px 0 25px 18.666%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.toggle-menu__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.toggle-menu__area {
  display: inline-block;
  padding: 0.333em 0.5em; /*4px 6px*/
  background: #fff;
  color: #0342ab;
  font-size: min(3.2vw, 18px);
  font-weight: 700;
  line-height: 1;
}
.toggle-menu .gnv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.2;
}
.toggle-menu .gnv a {
  display: block;
  position: relative;
  padding: 0.2em 0.2em 0.2em 40px;
  color: inherit;
  text-decoration: none;
}
.toggle-menu .gnv a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 30px;
  border-top: solid 1px;
}
.toggle-menu .gnv .btn-entry {
  padding: 5px 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.toggle-menu .gnv .btn-entry a {
  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: 13.111em; /*236px*/
  height: 2.222em; /*40px*/
  padding: 0;
  border-radius: 1.111em;
  font-size: 1.125em; /*18px*/
  letter-spacing: 0.075em;
  background: #fff;
  color: #0342ab;
  white-space: nowrap;
}
.toggle-menu .gnv .btn-entry a::before {
  display: none;
}
.toggle-menu .gnv .btn-entry a::after {
  content: "";
  display: block;
  width: 0.889em; /*16px*/
  height: 0.611em; /*11px*/
  margin-left: 0.5em; /*9px*/
  background: url("../img/common/btn_icon_arrow.svg") 50% 50% no-repeat;
  background-size: contain;
}
.toggle-menu__telnum {
  font-size: min(6.67vw, 35px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.toggle-menu__time {
  margin: 0.6em 0 0 2.7em; /*6px 0 0 27px*/
  font-size: min(2.67vw, 12px);
  font-weight: 500;
  line-height: 1;
}
.is-gnvOpen .toggle-menu {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 1280px) {
  .site-header .gnv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 25px;
    position: relative;
    padding-right: 195px;
    margin: 0 70px;
  }
  .site-header .gnv a {
    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;
    height: 105px;
    padding: 5px;
    color: inherit;
    text-decoration: none;
  }
  .site-header .gnv .nopcheader,
  .site-header .gnv .for_tgl {
    display: none;
  }
  .site-header .gnv .btn-entry {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .site-header .gnv .btn-entry a {
    gap: 0.5em; /*9px*/
    width: 8.889em; /*160px*/
    height: 2.222em; /*40px*/
    border-radius: 1.111em;
    font-size: 1.125em; /*18px*/
    letter-spacing: 0.075em;
    background: #0342ab;
    color: #fff;
  }
  .site-header .gnv .btn-entry a::after {
    content: "";
    display: block;
    width: 0.889em; /*16px*/
    height: 0.611em; /*11px*/
    background: url("../img/common/btn_icon_arrow_w.svg") 50% 50% no-repeat;
    background-size: contain;
  }
  .toggle-button,
  .toggle-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.is-gnvOpen {
    overflow: hidden;
  }
  #header {
    padding-top: 70px;
  }
  .site-header__inner {
    height: 70px;
  }
  .site-header__logoLink img {
    max-width: 150px;
    width: 36vw; /*135px*/
  }
  .site-header__ttl {
    font-size: 10px;
  }
  .toggle-button {
    width: 85px;
    height: 70px;
  }
  .toggle-button span::before {
    top: 14px;
  }
  .toggle-button span::after {
    top: -14px;
  }
  .toggle-menu {
    width: 100%;
  }
  .toggle-menu__title {
    left: 4.266%; /*16px*/
    top: 7px;
  }
  .toggle-menu__area {
    font-size: 12px;
  }
  .toggle-menu__logo {
    margin-top: 2px;
  }
  .toggle-menu__logo img {
    max-width: 42.73vw; /*160px*/
  }
}
/* Customize Admin */
@media screen and (min-width: 783px) {
  .admin-bar .site-header, .admin-bar .toggle-button {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header, .admin-bar .toggle-button {
    top: 46px;
  }
}
/* page header */
.page-header {
  position: relative;
}
.page-header__img img {
  width: 100%;
}
.page-header__imgOver {
  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: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 550px;
  height: 115px;
  background: #000;
  color: #fff;
  text-align: center;
}
.page-header__noImg {
  padding: 80px 0 60px;
  text-align: center;
}

.page-title {
  margin: 0;
  color: #0342ab;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.page-en-title {
  margin: 20px 0 0;
  color: #94abcc;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.2;
}

/* content */
.page-content {
  position: relative;
  padding: 90px 0 125px;
}

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

@media screen and (max-width: 767px) {
  /* page header */
  .page-header__imgOver {
    width: 303px;
    height: 63px;
    margin-top: 20px;
    width: 80.8vw;
    height: 16.8vw;
    margin-top: 5.33vw;
  }
  .page-header__noImg {
    padding: 45px 0 30px;
  }
  .page-title {
    font-size: min(7.47vw, 42px); /*28px*/
  }
  .page-en-title {
    margin-top: 12px;
    font-size: min(3.47vw, 18px); /*13px*/
  }
  /* content */
  .page-content {
    padding: 40px 0 70px;
  }
  /* breadcrumb */
  .bread {
    padding: 20px 0;
    font-size: 12px;
  }
}
.site-footer {
  padding: 60px 0 40px;
  background: #0342ab;
  color: #fff;
}
.site-footer__left {
  width: 43.6%;
}
.site-footer__right {
  width: 56.4%;
}
.site-footer__name--sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.site-footer__name--main {
  margin-top: 18px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
}
.site-footer__info {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.56;
}
.site-footer {
  /*&__nav {

  }*/
}
.site-footer .gnv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8em;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.site-footer .gnv a {
  display: inline-block;
  padding: 0.2em;
  color: inherit;
  text-decoration: none;
}
.site-footer .gnv .for_tgl {
  display: none;
}
.site-footer__copy {
  margin-top: 40px;
  text-align: center;
}
.site-footer__copy small {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .site-footer {
    padding: 25px 0 22px;
  }
  .site-footer__left, .site-footer__right {
    width: 100%;
  }
  .site-footer__name--sub {
    font-size: min(4vw, 18px);
  }
  .site-footer__name--main {
    margin-top: 8px;
    font-size: min(8vw, 35px);
  }
  .site-footer__info {
    margin-top: 15px;
    line-height: 1.8;
  }
  .site-footer .gnv {
    margin-top: 33px;
    gap: 1em 1.8em;
    font-size: min(3.73vw, 15px);
  }
  .site-footer__copy {
    margin-top: 28px;
  }
  .site-footer__copy small {
    font-size: 12px;
  }
}
/* pagetop */
/*.pagetop {
	position: fixed;
	z-index: 12000;
	right: 2.67%;
	bottom: $cv_height;
	margin-bottom: 25px;
	opacity: 0;
	transition: opacity .8s;
	cursor: pointer;

	.is-scroll & {
		opacity: 1;
	}

	&.is-fix {
		position: absolute;
		right: 0;
		bottom: 100%;
		margin-bottom: 50px + 25px;
	}
}

@media screen and (min-width:1280px) {

	.pagetop {
		right: 50%;
		bottom: 0;
		width: 88px;
		margin-right: -550px - 93px;

		&.is-fix {
			right: -93px;
			margin-right: 0;
		}
	}

}

@media screen and (max-width:767px) {

	.pagetop {
		margin-bottom: 5px;

		&.is-fix {
			margin-bottom: 50px + 5px;
		}

		img {
			width: 50px;
		}
	}

}*/
/* swiper */
.swiper-slide img {
  width: 100%;
}

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

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

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

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

.swiper-pagination-bullet-active {
  background: #0342ab;
}

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

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

.swiper-container:not(.swiper-container-initialized) .swiper-slide.hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-prev {
    left: 2.9%;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-next {
    right: 2.9%;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
}
/* blog list */
.news-nopost .no-post {
  padding: 17px 10px;
  border-top: solid 2px #e6e6e6;
  border-bottom: solid 2px #e6e6e6;
  line-height: 1.4;
}
.bg_maincolor .news-nopost .no-post, .bg_maincolor .news-nopost .no-post:first-child {
  border-color: #fff;
}

.news-article {
  border-bottom: solid 2px #e6e6e6;
}
.news-article:first-child {
  border-top: solid 2px #e6e6e6;
}
.bg_maincolor .news-article, .bg_maincolor .news-article:first-child {
  border-color: #fff;
}
.news-article a {
  color: inherit;
  text-decoration: none;
}
.news-article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0.5em 18px 10px;
}
.news-article__date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.7em;
  padding: 0.3em 0;
  font-size: 0.938em;
  font-weight: 500;
  line-height: 1;
}
.news-article__lb {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.429;
}

@media screen and (max-width: 767px) {
  .news-nopost {
    padding: 15px 0 10px;
  }
  .news-nopost .no-post {
    padding: 15px 10px;
  }
  .news-article__date {
    width: 7em;
    padding: 0.5em 0;
  }
  .news-article__lb {
    line-height: 1.563;
  }
}
.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: 50px;
  font-size: 17px;
  font-weight: 500;
  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.353em;
  height: 2.353em;
  border: solid 1px #0342ab;
  background: #fff;
  color: #0342ab;
  overflow: hidden;
}
.pagenation a {
  text-decoration: none;
}
.pagenation .current a,
.pagenation .current span {
  background: #66cc99;
}

@media screen and (max-width: 767px) {
  .pagenation {
    gap: 7px;
    margin-top: 35px;
    font-size: 13px;
  }
  .pagenation a,
  .pagenation span {
    width: 2.5em;
    height: 2.5em;
  }
  .pagenation img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}/*# sourceMappingURL=style_common.css.map */