@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: "Shippori Mincho", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif;
  font-size: 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: #122c4f;
  -webkit-transition: 0.6s;
  transition: 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;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
  /*&:active,
  &:focus {
  	border-color: $color__border-button-focus;
  }*/
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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-en-txt,
.faq-list__q::before,
.faq-list__a::before {
  font-family: "Libre Baskerville", serif;
}

.font-gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "游ゴシック Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
}

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

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

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

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

.fw-bold {
  font-weight: 700;
}

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

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

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

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

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

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

.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: 65px !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: 65px !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;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tkinto {
  text-align: justify;
}

.relative {
  position: relative;
}

.iblock {
  display: inline-block;
}

.noblock {
  display: none !important;
}

.bg-grad {
  background: -webkit-gradient(linear, left top, right top, from(#e3d5bf), to(#faf4e8));
  background: linear-gradient(to right, #e3d5bf, #faf4e8);
}

.bg-maincolor {
  background: #122c4f;
  color: #fff;
}

.bg-gray {
  background: #e6e6e6;
}

.color-maincolor {
  color: #122c4f;
}

.color-acccolor {
  color: #c63434;
}

/* box */
.m-outer {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.m-inner_s {
  max-width: 880px;
}

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

.m-sec01 {
  padding: 120px 0;
}

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

.m-sec03 {
  margin-bottom: 45px;
}
.m-sec03:last-child {
  margin-bottom: 0;
}

.m-lead {
  max-width: 880px;
  margin-bottom: 45px;
  text-align: justify;
}
.m-lead.is-center {
  margin-left: auto;
  margin-right: auto;
}
.m-lead > * + * {
  margin-top: 2em;
}

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

/* label - English + japanese */
.m-lb01 {
  margin-bottom: 70px;
  font-size: 1em;
  text-align: center;
}
.m-lb01__main {
  display: block;
  position: relative;
  padding-bottom: 15px;
  color: #122c4f;
  font-size: 80px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.9;
}
.m-lb01__main::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 110px;
  margin-left: -55px;
  border-bottom: solid 1px #c63434;
}
.m-lb01__sub {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

/* label - English + japanese */
.m-lb02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  font-size: 1em;
}
.m-lb02.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-lb02__main {
  font-size: 60px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.9;
}
.m-lb02__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 7px 2px 12px;
  border-top: solid 1px;
  border-left: solid 1px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

/* label - English + japanese */
.m-lb03 {
  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: 14px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: 1em;
}
.m-lb03__main {
  font-size: 50px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.9;
}
.m-lb03__sub {
  position: relative;
  padding-left: 70px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.m-lb03__sub::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 55px;
  border-top: solid 1px;
}

/* label - bg short */
.m-lb04_l, .m-lb04 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #122c4f;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.is-deco.m-lb04_l, .is-deco.m-lb04 {
  position: relative;
}
.is-deco.m-lb04_l::before, .is-deco.m-lb04::before, .is-deco.m-lb04_l::after, .is-deco.m-lb04::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0.367em;
}
.is-deco.m-lb04_l::before, .is-deco.m-lb04::before {
  left: 0;
  top: 0;
  border-color: #c63434 transparent transparent #c63434;
}
.is-deco.m-lb04_l::after, .is-deco.m-lb04::after {
  right: 0;
  bottom: 0;
  border-color: transparent #c63434 #c63434 transparent;
}

.m-lb04 {
  padding: 4px 28px;
  margin: 0 auto 30px;
  font-size: 26px;
}

.m-lb04_l {
  padding: 8px 43px;
  margin: 0 auto 40px;
  font-size: 30px;
}

/* label - red underline short */
.m-lb05_s, .m-lb05 {
  display: block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
  text-align: center;
}
.m-lb05_s::after, .m-lb05::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 110px;
  margin-left: -55px;
  border-bottom: solid 1px #c63434;
}

.m-lb05 {
  color: #122c4f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.692;
}

.m-lb05_s {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.692;
}

/* label - color text */
.m-lb06 {
  margin-bottom: 25px;
  color: #122c4f;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

/* label - box deco */
.m-lb07 {
  position: relative;
  padding: 12px 15px 14px 60px;
  margin-bottom: 45px;
  border: solid 1px #c63434;
  border-right: none;
  background: #f2f2f2;
  color: #122c4f;
  font-size: 36px;
  font-weight: 600;
}
.m-lb07::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 47px;
  background: #c63434;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* label - color text & square mark */
.m-lb08 {
  position: relative;
  padding-left: 0.815em;
  margin-bottom: 45px;
  color: #122c4f;
  font-size: 27px;
  font-weight: 600;
}
.m-lb08::before {
  content: "■ ";
  display: block;
  position: absolute;
  left: 0;
  top: 0.4em;
  color: #c63434;
  font-size: 0.667em;
}
.m-lb08.is-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.m-inner_s .m-lb08 {
  margin-bottom: 35px;
}

/* label - red top&underline */
.m-lb09 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 33px 14px;
  margin: 0 auto 35px;
  border-top: solid 1px #c63434;
  border-bottom: solid 1px #c63434;
  color: #122c4f;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

/* label - red border deco */
.m-lb10 {
  position: relative;
  padding-left: 3.037em; /*82px*/
  margin: 0 auto 33px;
  color: #122c4f;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
}
.m-lb10::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 2.222em; /*60px*/
  border-top: solid 1px #c63434;
}

/* english text */
.m-en-txt {
  margin-bottom: 12px;
  color: #ccc;
  font-size: 50px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  text-align: right;
}

/* catch */
.m-catch01 {
  margin-bottom: 27px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.556;
}

.m-catch02 {
  margin-bottom: 33px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.556;
}

.m-catch03 {
  margin-bottom: 33px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.556;
}

.m-catch04 {
  margin-bottom: 48px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.73;
}

.m-catch05 {
  margin-bottom: 48px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.667;
}

/* caption */
.m-cap01 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}

.m-cap02 {
  font-size: 0.813em; /*13px*/
  text-align: left;
  margin-top: 0.65em;
}

.m-cap03 {
  font-size: 0.938em; /*15px*/
  line-height: 1.7;
  margin-top: 0.13em;
}

/* link */
.m-tel {
  color: inherit;
  text-decoration: none;
}

.m-btn-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 27px 10px;
  border: solid 1px #122c4f;
  background: #faf4e8;
  color: #122c4f;
  text-align: center;
  text-decoration: none;
}
.m-btn-cv__lb {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 18px;
  font-size: 0.958em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.m-btn-cv__lb::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 65px;
  margin-left: -32.5px;
  border-bottom: solid 1px #c63434;
}
.m-btn-cv__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.042em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.m-btn-cv__tel .tel-num {
  font-size: 1.4em;
  line-height: 0.9;
}
.m-btn-cv__time {
  margin-top: 16px;
  margin-left: 0.5em;
  font-size: 0.667em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.m-link03, .m-link02, .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;
  position: relative;
  padding: 0.906em 4.406em 0.906em 1.781em; /* 14.5px 70.5px 14.5px 28.5px */
  border-radius: 3em;
  border: solid 1px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.m-link03::after, .m-link02::after, .m-link01::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.875em;
  top: 50%;
  width: 25px;
  height: 7px;
  margin-top: -3px;
  background: 50% 50% no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.in-box.m-link03, .in-box.m-link02, .in-box.m-link01 {
  display: block;
}
.in-box.m-link03 > span, .in-box.m-link02 > span, .in-box.m-link01 > span {
  margin-left: -0.7em;
  margin-right: -0.7em;
}
.m-link03:hover, .m-link02:hover, .m-link01:hover {
  opacity: 1;
}
.m-link03:hover::after, .m-link02:hover::after, .m-link01:hover::after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.m-link01 {
  border-color: #122c4f;
  background: #122c4f;
  color: #fff;
}
.m-link01::after {
  background-image: url("../img/common/icon_arrow_r_w.svg");
}

.m-link02 {
  background: #fff;
  color: #122c4f;
}
.m-link02::after {
  background-image: url("../img/common/icon_arrow_r.svg");
}

.m-link03 {
  border-color: #c63434;
  background: #c63434;
  color: #fff;
}
.m-link03::after {
  background-image: url("../img/common/icon_arrow_r_w.svg");
}

.m-link04 {
  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;
  position: relative;
  padding: 0.725em 3.15em 0.725em 1.35em; /* 14.5px 63px 14.5px 27px */
  border: solid 1px;
  background: #faf4e8;
  color: #122c4f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.m-link04::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.15em;
  top: 50%;
  width: 25px;
  height: 7px;
  margin-top: -3px;
  background: url("../img/common/icon_arrow_r.svg") 50% 50% no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.m-link04:hover {
  opacity: 1;
}
.m-link04:hover::after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.m-link05 {
  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;
  position: relative;
  padding: 0.906em 3em; /* 14.5px */
  border-radius: 3em;
  border: solid 1px;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.m-link05.is-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.906em 0.7em;
}

.m-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 70px;
}

/* list */
.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-disc {
  margin-bottom: -8px;
  line-height: 1.8;
}
.m-list-disc > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
}
.m-list-disc > li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.m-list-circle {
  letter-spacing: 0.05em;
  margin-bottom: -8px;
}
.m-list-circle > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 8px;
}
.m-list-circle > li::before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

ul.m-list-check {
  letter-spacing: 0.05em;
  margin-bottom: -8px;
}
ul.m-list-check > li {
  position: relative;
  padding-left: 1.667em; /*30px*/
  margin-bottom: 8px;
}
ul.m-list-check > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 1em; /*18px*/
  height: 1em;
  background: url("../img/common/icon_check.svg") 0 0 no-repeat;
  background-size: contain;
}

p.m-list-check {
  position: relative;
  padding-left: 1.667em;
  letter-spacing: 0.05em;
}
p.m-list-check::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 1em; /*18px*/
  height: 1em;
  background: url("../img/common/icon_check.svg") 0 0 no-repeat;
  background-size: contain;
}

/* table */
.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;
  border: solid 1px #b3b3b3;
  font-size: 1.125em;
  line-height: 2;
}
.m-table01 tr,
.m-table01 .m-table__tr {
  border-bottom: solid 1px #b3b3b3;
}
.m-table01 th,
.m-table01 td,
.m-table01 .m-table__th,
.m-table01 .m-table__td {
  height: 70px;
  padding: 18px 26px 15px;
}
.m-table01 th,
.m-table01 .m-table__th {
  background: #f2f2f2;
}
.m-table01 td,
.m-table01 .m-table__td {
  vertical-align: middle;
  background: #fff;
}

/* box */
.m-box01 {
  padding: 40px 50px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#e3d5bf), to(#faf4e8));
  background: linear-gradient(to right, #e3d5bf, #faf4e8);
}

.m-box01_s {
  padding: 22px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#e3d5bf), to(#faf4e8));
  background: linear-gradient(to right, #e3d5bf, #faf4e8);
}
.m-box01_s.is-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* map */
.m-map iframe {
  width: 100%;
}
.m-map.is-yahoo > div {
  max-width: 100%;
}

/* movie */
.m-movie iframe,
.m-movie video {
  vertical-align: top;
  width: 100%;
}

/* image */
.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,
.flex-wrap,
.flex-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  gap: 0 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

/* width full size */
.w-full-l img,
.w-full-r img {
  width: 100%;
}

.w-full-l {
  margin-left: -2.9%;
}

.w-full-r {
  margin-right: -2.9%;
}

@media screen and (min-width: 1180px) {
  .w-full-l {
    margin-left: calc((100vw - 1110px) / 2 * -1);
  }
  .m-outer .w-full-l {
    margin-left: -150px;
  }
  .w-full-r {
    margin-right: calc((100vw - 1110px) / 2 * -1);
  }
  .m-outer .w-full-r {
    margin-right: -150px;
  }
}
/* intro section */
.intro-sec {
  margin-bottom: 120px;
}
.intro-sec__cont, .intro-sec__cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intro-sec__cont2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.intro-sec__img {
  width: 40.91%;
}
.intro-sec__txt {
  width: 55.45%;
  margin-top: -10px;
}
.intro-sec__cont3 .intro-sec__txt, .intro-sec__cont3 .intro-sec__txt2 {
  width: 100%;
  margin-top: 0;
}
.intro-sec__img2, .intro-sec__txt2 {
  width: 45.45%;
}
.intro-sec__txt2 {
  margin-top: -10px;
}

@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: 42px !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: 42px !important;
  }
  .m-mbt_m {
    margin-bottom: 55px !important;
  }
  .m-mbt_l {
    margin-bottom: 70px !important;
  }
  .fleft, .fright {
    float: none;
  }
  .m-sec01 {
    padding: 60px 0;
  }
  .m-sec02 {
    padding: 40px 0;
  }
  .m-lead {
    margin-bottom: 35px;
  }
  /* label */
  .m-lb01 {
    margin-bottom: 28px;
  }
  .m-lb01__main {
    font-size: 50px;
    font-size: min(13.33vw, 64px);
  }
  .m-lb01__main::after {
    width: 82.5px;
    margin-left: -41.25px;
  }
  .m-lb01__sub {
    margin-top: 15px;
    font-size: 18px;
    font-size: min(4.8vw, 17px);
  }
  .m-lb02 {
    gap: 28px;
    margin-bottom: 28px;
  }
  .m-lb02.is-sp-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-lb02__main {
    font-size: 40px;
    font-size: min(10.67vw, 48px);
  }
  .m-lb02__sub {
    padding: 5px 4px 3px 9px;
    font-size: 11px;
    font-size: min(2.93vw, 12px);
  }
  .m-lb03 {
    margin-bottom: 25px;
  }
  .m-lb03__main {
    font-size: 32px;
    font-size: min(8.53vw, 40px);
  }
  .m-lb03__sub {
    padding-left: 52px;
    font-size: 12px;
    font-size: min(3.2vw, 13px);
  }
  .m-lb03__sub::before {
    width: 41px;
  }
  .m-lb04 {
    padding: 2px 20px;
    margin-bottom: 25px;
    font-size: 20px;
    font-size: min(5.33vw, 25px);
  }
  .m-lb04_l {
    padding: 6px 30px;
    margin-bottom: 30px;
    font-size: 23px;
    font-size: min(6.13vw, 28px);
  }
  .m-lb05, .m-lb05_s {
    margin-bottom: 30px;
  }
  .m-lb05::after, .m-lb05_s::after {
    width: 82.5px;
    margin-left: -41.25px;
  }
  .m-lb05 {
    font-size: 23px;
    font-size: min(6.13vw, 24px);
  }
  .m-lb05_s {
    font-size: 20px;
    font-size: min(5.33vw, 25px);
  }
  .m-lb06 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: min(5.87vw, 23px);
  }
  .m-lb07 {
    padding: 9px 9px 9px 37px;
    margin-bottom: 30px;
    font-size: 26px;
    font-size: min(6.93vw, 30px);
  }
  .m-lb07::before {
    width: 28px;
  }
  .m-lb08 {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: min(5.33vw, 25px);
  }
  .m-inner_s .m-lb08 {
    margin-bottom: 22px;
  }
  .m-lb09 {
    padding: 12px 0.3em 10px;
    margin: 0 2.82% 25px;
    font-size: 24px;
    font-size: min(6.4vw, 29px);
  }
  .m-lb09 + .m-lead {
    margin-left: 2.82%;
    margin-right: 2.82%;
  }
  .m-lb10 {
    margin-bottom: 22px;
    font-size: 22px;
    font-size: min(5.87vw, 25px);
  }
  /* english text */
  .m-en-txt {
    margin-bottom: 8px;
    font-size: 32px;
    font-size: min(8.53vw, 40px);
  }
  /* catch */
  .m-catch01 {
    font-size: 30px;
    font-size: min(8vw, 30px);
    line-height: 1.467;
  }
  .m-catch02 {
    margin-bottom: 28px;
    font-size: 21px;
    font-size: min(5.6vw, 24px);
  }
  .m-catch03 {
    margin-bottom: 28px;
    font-size: 19px;
    font-size: min(5.07vw, 22px);
  }
  .m-catch04 {
    margin-bottom: 28px;
    font-size: 18px;
    font-size: min(4.8vw, 20px);
    line-height: 1.556;
  }
  .m-catch05 {
    font-size: 18px;
    font-size: min(4.8vw, 20px);
  }
  /* caption */
  .m-cap01 {
    margin-top: 7px;
    font-size: 1em;
  }
  /* link */
  .m-btn-cv {
    padding: 17px 10px;
  }
  .m-btn-cv__lb {
    padding-bottom: 10px;
    margin-bottom: 14px;
  }
  .m-btn-cv__lb::after {
    width: 50px;
    margin-left: -25px;
  }
  .m-btn-cv__time {
    margin-top: 10px;
  }
  .m-link04 {
    font-size: 1.8rem;
  }
  .m-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  /* table */
  .m-table-wrap {
    position: relative;
    overflow-x: scroll;
  }
  .m-table-wrap::before {
    content: "※横にスクロールできます";
    font-size: 1.2rem;
  }
  .m-table01 {
    font-size: 1em;
    line-height: 1.5;
  }
  .m-table01 th,
  .m-table01 td,
  .m-table01 .m-table__th,
  .m-table01 .m-table__td {
    height: 50px;
    padding: 13px 13px 12px;
  }
  .m-table01 th,
  .m-table01 .m-table__th {
    vertical-align: middle;
  }
  /* box */
  .m-box01 {
    padding: 25px 7%;
  }
  .m-box01_s {
    padding: 18px 4% 15px;
  }
  /* map */
  .m-map {
    position: relative;
    padding-top: 96.12%;
  }
  .m-map > iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .m-map.is-yahoo > div {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100% !important;
  }
  /* movie */
  .m-movie {
    position: relative;
    padding-top: 54.45%;
    background: #000;
  }
  .m-movie iframe,
  .m-movie video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  /* flex */
  .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;
  }
  /* width full size */
  .w-full-l.is-sp-full {
    margin-right: -2.9%;
  }
  .w-full-r.is-sp-full {
    margin-left: -2.9%;
  }
  /* intro section */
  .intro-sec {
    max-width: 450px;
    margin: 0 auto 55px;
  }
  .intro-sec__cont, .intro-sec__cont2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro-sec__img, .intro-sec__txt, .intro-sec__img2, .intro-sec__txt2 {
    width: 100%;
  }
  .intro-sec__txt, .intro-sec__txt2 {
    margin-top: 30px;
  }
}
/* 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 */
#wrapper {
  position: relative;
}
#wrapper::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9000;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0s;
  transition: opacity 0.7s, -webkit-transform 0s;
  transition: transform 0s, opacity 0.7s;
  transition: transform 0s, opacity 0.7s, -webkit-transform 0s;
}

body.is-gnvOpen {
  overflow: hidden;
}
body.is-gnvOpen #wrapper::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.3;
}

.anchor-link {
  display: block;
}

.site-header .nav-pc,
.toggle-menu .nav-pc,
.site-header .nav-footer,
.toggle-menu .nav-footer {
  display: none !important;
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
}

a.site-logo {
  color: inherit;
  text-decoration: none;
}

.site-title {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
.site-title__sub {
  display: block;
  margin: 8px 0;
  letter-spacing: normal;
}
.site-title__main {
  display: block;
  font-size: 34px;
  letter-spacing: 0.15em;
}

.site-header {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  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;
  max-width: 1114px;
  padding: 0 7px;
  margin: 0 auto;
}
.site-header__logo {
  position: fixed;
  z-index: 5000;
  left: 5.333%;
  top: 20px;
}

.toggle-button {
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: #fff;
  outline: none;
  cursor: pointer;
}
.toggle-button span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 1px;
  margin-left: -30px;
  font-size: 0;
}
.toggle-button span::before, .toggle-button span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#js-toggle-button-open {
  position: fixed;
  z-index: 5000;
}
#js-toggle-button-open span {
  background: #000;
}
#js-toggle-button-open span::before {
  top: 15px;
}
#js-toggle-button-open span::after {
  top: -15px;
}

#js-toggle-button-close {
  position: absolute;
}
#js-toggle-button-close span {
  background: transparent;
}
#js-toggle-button-close span::before, #js-toggle-button-close span::after {
  top: 0;
}
#js-toggle-button-close span::before {
  -webkit-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}
#js-toggle-button-close span::after {
  -webkit-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}

.toggle-menu {
  position: fixed;
  z-index: 10000;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  background: #fff;
  width: 440px;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.is-gnvOpen .toggle-menu {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.toggle-menu__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 92px 5.333%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.toggle-menu__logo {
  position: absolute;
  left: 5.333%;
  top: 20px;
}
.toggle-menu__ttl {
  padding-bottom: 22px;
  margin-bottom: 38px;
  border-bottom: solid 1px #122c4f;
}
.toggle-menu .site-info {
  font-size: 0.722em;
  font-weight: 400;
  line-height: 1.692;
}
.toggle-menu .site-info .flex-wrap {
  gap: 0 1.8em;
}

.gnv .sub-menu {
  display: none;
  font-size: 15px;
}
.gnv a {
  color: inherit;
  text-decoration: none;
}
.site-header .gnv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.125em;
}
.site-header .gnv li {
  position: relative;
}
.site-header .gnv li:hover .sub-menu {
  height: auto;
  padding-top: 48px;
}
.site-header .gnv li:hover .sub-menu::before {
  height: 50px;
}
.site-header .gnv .sub-menu {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 180px;
  height: 0;
  margin-left: -90px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.site-header .gnv .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 7px;
  height: 0;
  border-left: solid 1px #000;
  -webkit-transition: 0.6s 0.1s;
  transition: 0.6s 0.1s;
}
.site-header .gnv .sub-menu li {
  padding: 10px;
  background: rgba(250, 244, 232, 0.75);
}
.site-header .gnv .sub-menu li:first-child {
  padding-top: 25px;
}
.site-header .gnv .sub-menu li:last-child {
  padding-bottom: 20px;
}
.toggle-menu .gnv {
  margin-bottom: 55px;
}
.toggle-menu .gnv li {
  position: relative;
  margin-bottom: 45px;
}
.toggle-menu .gnv a {
  padding: 5px 0;
}
.toggle-menu .gnv .sub-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 90px;
  padding: 4px 0 0 67px;
}
.toggle-menu .gnv .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 50px;
  border-top: solid 1px #000;
}
.toggle-menu .gnv .sub-menu li {
  margin-bottom: 20px;
}

.snv-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  margin-bottom: 22px;
}
.snv-pc a {
  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;
  gap: 12px;
  padding: 12px 28px;
  border-radius: 3em;
  color: inherit;
  text-decoration: none;
}
.snv-pc__tel a {
  gap: 6px;
  padding: 0;
}
.snv-pc__tel .tel-num {
  font-size: 1.264em;
}
.snv-pc__mail a {
  background: #122c4f;
  color: #fff;
}
.snv-pc__recruit a {
  background: #c63434;
  color: #fff;
}

.snv-sp {
  margin-bottom: 37px;
}
.snv-sp li {
  margin-bottom: 13px;
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-nav__btn {
  display: block;
  padding: 24px 28px 15px 25px;
  text-decoration: none;
}
.top-nav__btn span {
  display: block;
}
.top-nav__item--recruit .top-nav__btn {
  background: #c63434;
  color: #fff;
}
.top-nav__item--movie .top-nav__btn {
  background: #333;
  color: #fff;
}
.top-nav__txt--en {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
}
.top-nav__txt--ja {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.top-nav__txt--ja::after {
  content: "";
  display: inline-block;
  width: 1.563em;
  height: 0.438em;
  margin: 0 0 0.188em 1.063em;
  background: url("../img/common/icon_arrow_r_w.svg") 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (min-width: 960px) {
  body.is-gnvOpen {
    overflow: auto;
  }
  .anchor-link {
    padding-top: 120px;
    margin-top: -120px;
  }
  .no-header {
    padding-top: 160px;
  }
  .site-header .nav-pc,
  .toggle-menu .nav-pc {
    display: block !important;
  }
  .site-header .nav-sp,
  .toggle-menu .nav-sp,
  #wrapper::before {
    display: none !important;
  }
  .site-header {
    background: #fff;
  }
  .site-header__inner {
    height: 120px;
  }
  .site-header__logo {
    position: static;
    padding: 0;
  }
  .site-header__nav {
    padding-top: 5px;
  }
  .site-header__nav .nav-recruit {
    margin-left: 5px;
  }
  .site-header__nav .nav-recruit a {
    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;
    position: relative;
    gap: 7px;
    padding: 16px 26px 16px 38px;
    border-radius: 3em;
    background: #c63434;
    color: #fff;
    text-decoration: none;
  }
  .site-header__nav .nav-recruit a::after {
    content: "";
    display: inline-block;
    width: 1.563em;
    height: 0.438em;
    background: url("../img/common/icon_arrow_r_w.svg") 50% 50% no-repeat;
    background-size: contain;
  }
  .toggle-button,
  .toggle-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .no-header {
    padding-top: 80px;
  }
  .site-logoIcon img {
    width: 60px;
  }
  .toggle-button {
    width: 70px;
    height: 70px;
  }
  .toggle-button span {
    width: 44px;
    margin-left: -22px;
  }
  .toggle-menu {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
    pointer-events: none;
  }
  .is-gnvOpen .toggle-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .top-nav {
    position: relative;
  }
  .top-nav__item {
    width: 50%;
  }
  .top-nav__btn {
    padding: 11px 0 9px 10px;
  }
  .top-nav__txt--en {
    font-size: 24px;
    font-size: min(6.4vw, 26px);
  }
  .top-nav__txt--ja {
    margin-top: 3px;
    font-size: 11px;
    font-size: min(2.93vw, 13px);
  }
  .top-nav__txt--ja::after {
    display: none;
  }
}
/* 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-kv {
  position: relative;
}
.page-kv__cont {
  position: relative;
}
.page-kv__img {
  position: relative;
}
.page-kv__img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #122c4f;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.page-kv__img img {
  width: 100%;
}
.page-kv__over1, .page-kv__over2 {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}
.page-kv__over1 {
  z-index: 1;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  text-align: center;
}
.page-kv__over2 {
  left: 0;
  -webkit-transform: translate(0, 110px);
          transform: translate(0, 110px);
  text-align: right;
}
.page-kv__over3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  inset: 0;
  padding-top: 14.286%; /*200px*/
  color: #fff;
}
.page-kv__txt--main {
  margin-bottom: 4.29vw; /*60px*/
  font-size: 72px;
  font-size: min(5.14vw, 72px);
  font-weight: 600;
  line-height: 1.16;
}
.page-kv__txt--sub {
  margin-bottom: 4.29vw; /*60px*/
  font-size: 38px;
  font-size: min(2.71vw, 38px);
  font-weight: 600;
  line-height: 1.579;
}
.page-kv__txt--en {
  color: #122c4f;
  font-size: 36px;
  font-size: min(2.57vw, 36px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
}
.page-kv__txt--en2 {
  margin-bottom: 6.43vw; /*90px*/
  color: #c63434;
  font-size: 70px;
  font-size: min(5vw, 70px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .page-kv .top-nav {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .page-kv__over1, .page-kv__over2 {
    top: 50%;
  }
}
.page-title {
  min-width: 370px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 27px 38px 28px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  color: #122c4f;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.2;
}

.page-en-title {
  margin: 0;
  color: #ccc;
  font-size: 80px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.9;
}

/* content */
.page-content {
  position: relative;
}

/* breadcrumb */
.bread {
  padding: 30px 0;
  margin-bottom: 80px;
  color: #808080;
  font-size: 1.3rem;
  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-kv__over1, .page-kv__over2 {
    top: 42.67vw;
  }
  .page-kv__over1 {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .page-kv__over2 {
    -webkit-transform: translate(0, 16.8vw);
            transform: translate(0, 16.8vw);
  }
  .page-kv__over3 {
    padding-top: 25%;
  }
  .page-kv__txt--main {
    margin-bottom: 8.53vw; /*32px*/
    font-size: 36px;
    font-size: min(9.6vw, 50px);
  }
  .page-kv__txt--sub {
    margin-bottom: 5.87vw; /*22px*/
    font-size: 19px;
    font-size: min(5.07vw, 30px);
  }
  .page-kv__txt--en {
    font-size: 18px;
    font-size: min(4.8vw, 28px);
  }
  .page-kv__txt--en2 {
    margin-bottom: 16vw; /*60px*/
    font-size: 34px;
    font-size: min(9.07vw, 56px);
  }
  .page-title {
    min-width: 7.5em;
    padding: 0.567em 0.733em; /*17px 22px*/
    font-size: 30px;
    font-size: 8vw;
  }
  .page-en-title {
    font-size: 46px;
    font-size: 12.27vw;
  }
  /* content */
  /*.page-content {

  }*/
  /* breadcrumb */
  .bread {
    padding: 20px 0;
    margin-bottom: 45px;
    font-size: 1.2rem;
  }
}
.recruit-bnr {
  padding: 135px 0 0;
}
.recruit-bnr__cont {
  position: relative;
  overflow: hidden;
}
.recruit-bnr__img {
  position: relative;
}
.recruit-bnr__img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #122c4f;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.recruit-bnr__over {
  position: absolute;
  inset: 0;
  padding: 4.8% 3.18% 0 5.9%; /* 42px 28px 0 52px */
  color: #fff;
}
.recruit-bnr__ttl {
  margin-bottom: 35px;
}
.recruit-bnr__ttl__main {
  display: block;
  font-size: 65px;
  font-weight: 400;
  line-height: 0.9;
}
.recruit-bnr__ttl__sub {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
.recruit-bnr__cat {
  margin-top: 12px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .home .recruit-bnr__cont {
    position: static;
    height: 435px;
  }
  .home .recruit-bnr__over {
    padding: 5% 0 0 6.82%; /* 55px 0 0 75px */
  }
  .home .recruit-bnr__ttl__main {
    font-size: 90px;
  }
  .home .recruit-bnr__ttl__sub {
    margin-top: 18px;
    font-size: 20px;
  }
  .home .recruit-bnr__cat {
    margin-top: 18px;
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .recruit-bnr__img img {
    max-width: none;
    width: auto;
    height: 300px;
  }
  .home .recruit-bnr__cont {
    height: 340px;
  }
  .home .recruit-bnr__img img {
    width: 136%;
    height: auto;
    margin-left: -18%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-bnr {
    padding: 75px 0 0;
  }
  .recruit-bnr .m-inner,
  .recruit-bnr .m-inner_s {
    width: 100%;
  }
  .recruit-bnr__cont {
    height: auto;
    margin: 0;
  }
  .recruit-bnr__over {
    padding: 11.2% 0 0 4.8%;
  }
  .recruit-bnr__ttl {
    margin-bottom: 25px;
  }
  .recruit-bnr__ttl__main {
    font-size: 66px;
    font-size: min(17.6vw, 72px);
  }
  .recruit-bnr__ttl__sub {
    margin-top: 15px;
    font-size: 15px;
    font-size: min(4vw, 20px);
  }
  .recruit-bnr__cat {
    margin-top: 15px;
    font-size: 32px;
    font-size: min(8.53vw, 32px);
    line-height: 1.313;
    text-align: left;
  }
}
/* footer */
.site-cv {
  padding: 130px 0 100px;
}
.site-cv .m-btn-cv {
  position: relative;
  height: 200px;
  padding-top: 30px;
}
.site-cv .m-btn-cv::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 22px;
}
.site-cv__list {
  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: 960px;
  margin: 0 auto;
  font-size: 24px;
  font-size: min(2.6vw, 24px);
}
.site-cv__list__tel, .site-cv__list__mail {
  width: 46.875%;
}
.site-cv__list__tel .m-btn-cv::before {
  border-color: #122c4f transparent transparent #122c4f;
}
.site-cv__list__tel .m-btn-cv__lb {
  margin-bottom: 30px;
}
.site-cv__list__mail .m-btn-cv {
  border-color: #faf4e8;
  background: #122c4f;
  color: #fff;
}
.site-cv__list__mail .m-btn-cv::before {
  border-color: #faf4e8 transparent transparent #faf4e8;
}
.site-cv__list__mail .m-btn-cv__lb {
  margin-bottom: 40px;
}
.site-cv__list__mail .m-btn-cv__lb::after {
  border-color: #fff;
}

.pagetop {
  position: fixed;
  z-index: 5000;
  right: 2.67%;
  bottom: 20px;
  -webkit-transform: translate(0, 200%);
          transform: translate(0, 200%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.pagetop.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.pagetop.is-fix {
  position: absolute;
  right: 0;
  bottom: -85px;
}
.pagetop__btn {
  display: block;
  position: relative;
  width: 50px;
  height: 110px;
  padding: 10px;
  color: #c63434;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.pagetop__txt {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  padding: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  white-space: nowrap;
}

@media screen and (min-width: 1280px) {
  .pagetop {
    right: 50% !important;
    margin-right: -590px;
  }
}
.site-footer {
  padding: 70px 0 40px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.site-footer .site-logo {
  margin-bottom: 35px;
}
.site-footer .site-info {
  margin-bottom: 30px;
  font-size: 0.938em;
  font-weight: 400;
  line-height: 1.6;
}
.site-footer .site-info .flex-wrap {
  gap: 0 3.133em;
}
.site-footer .gnv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5em 3.125em;
}
.site-footer__copy {
  margin-top: 95px;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.site-footer__copy small {
  font-size: 1em;
}

@media screen and (min-width: 900px) {
  .site-footer__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-footer__left {
    padding-top: 10px;
    padding-right: 45px;
  }
  .site-footer__right {
    max-width: 400px;
  }
  .site-footer .site-logo {
    margin-bottom: 75px;
  }
  .site-footer .site-info {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-cv {
    padding: 75px 0;
  }
  .site-cv .m-btn-cv {
    height: 150px;
    padding-top: 22px;
  }
  .site-cv .m-btn-cv::before {
    border-width: 17px;
  }
  .site-cv .m-btn-cv__icon {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    margin: -5px;
  }
  .site-cv__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    font-size: 18px;
  }
  .site-cv__list__tel, .site-cv__list__mail {
    max-width: 420px;
    width: 94.366%;
  }
  .site-cv__list__tel .m-btn-cv__lb {
    margin-bottom: 22px;
  }
  .site-cv__list__mail .m-btn-cv__lb {
    margin-bottom: 30px;
  }
  .pagetop {
    bottom: 0;
    margin-right: -2.67%;
  }
  .pagetop.is-fix {
    bottom: -80px;
  }
  .pagetop__btn {
    width: 18px;
    height: 110px;
    padding: 5px;
    font-size: 11px;
  }
  .pagetop__icon {
    width: 5px;
  }
  .pagetop__txt {
    top: 28px;
    padding: 5px;
  }
  .site-footer {
    padding: 25px 10px 35px;
    font-size: 14px;
  }
  .site-footer .site-title__main {
    font-size: 30px;
  }
  .site-footer .site-info {
    font-size: 1em;
  }
  .site-footer .gnv {
    gap: 1.929em 3.125em;
  }
  .site-footer__copy {
    margin-top: 35px;
    font-size: 10px;
  }
}
/* swiper */
.swiper-slide img {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-custom-button-prev,
.swiper-custom-button-next {
  width: 46px;
  height: 46px;
  margin-top: -23px;
}

.swiper-custom-button-prev,
.swiper-custom-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  border: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-prev,
.swiper-custom-button-prev,
.swiper-container-rtl .swiper-custom-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,
.swiper-custom-button-next,
.swiper-container-rtl .swiper-custom-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: #122c4f;
}

.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) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

/* custome slider */
.machine-slider .swiper-container {
  position: relative;
  padding: 0 23px;
  margin: 0 -23px;
}
.machine-slider .swiper-container::before, .machine-slider .swiper-container::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 24px;
  height: 100%;
  background: #fff;
}
.machine-slider .swiper-container::before {
  left: -1px;
}
.machine-slider .swiper-container::after {
  right: -1px;
}

.estate-slider .swiper-container .swiper-button-prev, .swiper-container-rtl .estate-slider .swiper-container .swiper-button-prev {
  left: 28.33%;
  margin-left: -23px;
  background-image: url("../img/common/icon_slider2_prev.svg");
}
.estate-slider .swiper-container .swiper-button-next, .swiper-container-rtl .estate-slider .swiper-container .swiper-button-next {
  right: 28.33%;
  margin-right: -23px;
  background-image: url("../img/common/icon_slider2_next.svg");
}
.estate-slider .swiper-container .swiper-slide {
  padding: 85px 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.estate-slider .swiper-container .swiper-slide-active {
  -webkit-transform: scale(1.38);
          transform: scale(1.38);
}

.point-slider {
  position: relative;
}
.point-slider .swiper-custom-button-prev, .swiper-container-rtl .point-slider .swiper-custom-button-prev {
  left: -65px;
  background-image: url("../img/common/icon_slider2_prev.svg");
}
.point-slider .swiper-custom-button-next, .swiper-container-rtl .point-slider .swiper-custom-button-next {
  right: -65px;
  background-image: url("../img/common/icon_slider2_next.svg");
}

@media screen and (max-width: 1279px) {
  /* custome slider */
  .point-slider {
    margin: 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-custom-button-prev,
  .swiper-custom-button-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .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;
  }
  /* custome slider */
  .machine-slider .swiper-container {
    padding: 0 15px;
    margin: 0 -15px;
  }
  .machine-slider .swiper-container::before, .machine-slider .swiper-container::after {
    width: 16px;
  }
  .estate-slider .swiper-container .swiper-button-prev, .swiper-container-rtl .estate-slider .swiper-container .swiper-button-prev {
    left: 9%;
    margin-left: -15px;
  }
  .estate-slider .swiper-container .swiper-button-next, .swiper-container-rtl .estate-slider .swiper-container .swiper-button-next {
    right: 9%;
    margin-right: -15px;
  }
  .estate-slider .swiper-container .swiper-slide {
    padding: 25px 0;
  }
  .estate-slider .swiper-container .swiper-slide-active {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .point-slider {
    margin: 0 15px;
  }
  .point-slider .swiper-custom-button-prev, .swiper-container-rtl .point-slider .swiper-custom-button-prev {
    left: -20px;
  }
  .point-slider .swiper-custom-button-next, .swiper-container-rtl .point-slider .swiper-custom-button-next {
    right: -20px;
  }
}
/* blog list */
.news-nopost .no-post {
  padding: 17px 10px;
  border-top: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  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 #ccc;
}
.news-article:first-child {
  border-top: solid 2px #ccc;
}
.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: 70px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.pagenation li {
  position: relative;
  padding-right: 10px;
}
.pagenation li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0.055em;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
  border-right: solid 1px #c63434;
  height: 1.333em;
}
.pagenation li.prev, .pagenation li.next {
  padding-right: 0;
}
.pagenation li.prev::after, .pagenation li.next::after {
  display: none;
}
.pagenation li.prev a,
.pagenation li.prev span, .pagenation li.next a,
.pagenation li.next span {
  background: #122c4f;
  color: #fff;
}
.pagenation li.prev {
  margin-right: 20px;
}
.pagenation li.next {
  margin-left: 20px;
}
.pagenation a,
.pagenation span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.667em;
  height: 1.667em;
}
.pagenation a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pagenation {
    gap: 7px;
    margin-top: 50px;
    font-size: 14px;
  }
  .pagenation li {
    padding-right: 7px;
  }
  .pagenation li.prev {
    margin-right: 10px;
  }
  .pagenation li.next {
    margin-left: 10px;
  }
  .pagenation img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}/*# sourceMappingURL=style_common.css.map */