@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: #000;
  font-family: -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;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

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: 599px) {
  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: #4a306d;
  -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, .for_tab-sp {
  display: none !important;
}

.font-zen, .page-en-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.075em;
}

.font-serif {
  font-family: "Shippori Mincho", serif;
}

.font-bold, .page-title, .bread {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

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

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tkinto {
  text-align: justify;
}

.relative {
  position: relative;
}

.iblock {
  display: inline-block;
}

.noblock {
  display: none !important;
}

.bg-gray {
  background: #eceef2;
}

.color-orange {
  color: #db751d;
}

.color-lpurple {
  color: #838da6;
}

.color-purple {
  color: #4a306d;
}

.color-dpurple {
  color: #1d0f30;
}

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

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

.m-inner_m {
  max-width: 1000px;
}

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

.m-inner_xs {
  max-width: 800px;
}
.m-inner .m-inner_xs {
  width: 100%;
}

.m-lead {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 94.66%;
  max-height: 100%;
  margin-bottom: 55px;
  text-align: center;
}
.m-lead__catch {
  margin: -0.3em 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.7;
}

.first-sec {
  padding-top: 125px !important;
}

.last-sec {
  padding-bottom: 0 !important;
}

.bg-sec {
  background: url("../img/common/bg_02.jpg") 50% 0 no-repeat;
  background-size: 100%;
}

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

.m-sec02 {
  padding: 60px 0 45px;
}

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

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

/* label - access */
.m-lb-company {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.38em 0.82em 0.18em;
  margin-bottom: 15px;
  border: solid 1px #ccc;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.m-txt-access {
  font-size: 1.125em;
  line-height: 2;
}

/* label - English + japanese */
.m-lb01 {
  margin-bottom: 40px;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.m-lb01 .font-zen {
  letter-spacing: 0.1em;
  line-height: 1;
}
.m-lb01__main {
  position: relative;
  display: block;
  padding-bottom: 10px;
  font-size: 1em;
  color: #4a306d;
}
.m-lb01__main::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  margin-left: -24px;
  border-bottom: solid 1px;
}
.m-lb01__sub {
  display: block;
  margin-top: 10px;
  font-size: 0.485em;
  color: #1d0f30;
}

/* label - short underline */
.m-lb02 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.m-lb02::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  margin-left: -24px;
  border-bottom: solid 1px #4a306d;
}

/* label - background : dark purple */
.m-lb03--p, .m-lb03--o, .m-lb03--w, .m-lb03 {
  padding: 14px 10px 11px;
  margin-bottom: 45px;
  color: #fff;
  font-size: 27px;
  line-height: 1.4;
  text-align: center;
}
.m-lb03--p:not(.font-bold), .m-lb03--o:not(.font-bold), .m-lb03--w:not(.font-bold), .m-lb03:not(.font-bold) {
  font-weight: 500;
}
.is-mark.m-lb03--p, .is-mark.m-lb03--o, .is-mark.m-lb03--w, .is-mark.m-lb03 {
  position: relative;
  padding-left: 65px;
  text-align: left;
  overflow: hidden;
}
.is-mark.m-lb03--p::before, .is-mark.m-lb03--o::before, .is-mark.m-lb03--w::before, .is-mark.m-lb03::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  height: 200%;
  border-left: solid 1px #fff;
}
.is-en.m-lb03--p, .is-en.m-lb03--o, .is-en.m-lb03--w, .is-en.m-lb03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 10px 16px 35px;
}
.is-en.m-lb03--p .font-bold, .is-en.m-lb03--o .font-bold, .is-en.m-lb03--w .font-bold, .is-en.m-lb03 .font-bold {
  -ms-flex-item-align: center;
      align-self: center;
}
.is-en.m-lb03--p .font-zen, .is-en.m-lb03--o .font-zen, .is-en.m-lb03--w .font-zen, .is-en.m-lb03 .font-zen {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 35px;
  margin-left: 32px;
  font-size: 0.593em;
}
.is-en.m-lb03--p .font-zen::before, .is-en.m-lb03--o .font-zen::before, .is-en.m-lb03--w .font-zen::before, .is-en.m-lb03 .font-zen::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -12px;
  bottom: -9px;
  border-left: solid 1px;
}

.m-lb03 {
  background: #1d0f30;
}
.m-lb03--w {
  border: solid 1px;
  background: #fff;
  color: #4a306d;
}
.m-lb03--o {
  background: #db751d;
}
.m-lb03--p {
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
}

/* label - purple text */
.m-lb04 {
  margin-bottom: 45px;
  color: #4a306d;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}
.m-lb04.font-zen {
  font-style: italic;
}

/* label - small background font-size 20 : purple */
.m-lb05--w, .m-lb05 {
  min-width: 155px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.225em 0.875em;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.is-center.m-lb05--w, .is-center.m-lb05 {
  margin-left: auto;
  margin-right: auto;
}

.m-lb05 {
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
  color: #fff;
}
.m-lb05--w {
  border: solid 1px;
  background: #fff;
  color: #4a306d;
}

/* label - small box font-size 24 : purple */
.m-lb06--p, .m-lb06 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 0.92em;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.is-center.m-lb06--p, .is-center.m-lb06 {
  margin-left: auto;
  margin-right: auto;
}

.m-lb06 {
  border: solid 1px;
  background: #fff;
  color: #db751d;
}
.m-lb06--p {
  border: solid 1px;
  background: #fff;
  color: #1d0f30;
}

/* label - border top & bottom */
.m-lb07 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.37em;
  margin: 0 auto 40px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  color: #4a306d;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}

.m-catch01 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
}

.m-catch02 {
  margin-bottom: 50px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.57;
}

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

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

/* link - small box arrow (view more) */
.m-link01--dp, .m-link01--p, .m-link01--w, .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;
  width: 124px;
  height: 34px;
  padding: 0 23px 0 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.m-link01 {
  background: url("../img/common/btn01_bg_or.svg") 0 0 no-repeat;
  color: #db751d;
}
.m-link01--w {
  background: url("../img/common/btn01_bg_w.svg") 0 0 no-repeat;
  color: #fff;
}
.m-link01--p {
  background: url("../img/common/btn01_bg_pp.svg") 0 0 no-repeat;
  color: #4a306d;
}
.m-link01--dp {
  background: url("../img/common/btn01_bg_dp.svg") 0 0 no-repeat;
  color: #1d0f30;
}

/* link - background arrow (japanese & english) */
.m-link02--p, .m-link02 {
  position: relative;
  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: 12px 100px 7px 20px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.m-link02--p::before, .m-link02::before {
  content: "";
  display: block;
  position: absolute;
  right: 32px;
  top: 50%;
  width: 52px;
  height: 34px;
  margin-top: -17px;
  background: url("../img/common/icon_link_w.svg") 0 0 no-repeat;
  background-size: contain;
}
.m-link02--p > span, .m-link02 > span {
  padding: 8px 18px;
}
.m-link02--p > span + span, .m-link02 > span + span {
  border-left: solid 1px;
}
.m-link02--p .font-bold, .m-link02 .font-bold {
  min-width: 180px;
}
.m-link02--p .font-zen, .m-link02 .font-zen {
  margin-bottom: 0.2em;
  font-size: 0.957em;
  letter-spacing: 0.15em;
}

.m-link02 {
  background: #db751d;
}
.m-link02--p {
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
}

/* link - background gray */
.m-link03 {
  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: 350px;
  height: 105px;
  background: #838da6;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  text-align: center;
}

.bnr-mail {
  display: table;
  max-width: 100%;
  width: 535px;
  height: 190px;
  margin: 0 auto;
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
.bnr-mail__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 16px;
  background: #fff url("../img/common/btn_contact_bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  text-decoration: none;
}
.bnr-mail__inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d0f30;
  opacity: 0.4;
}
.bnr-mail span {
  position: relative;
  display: block;
}
.bnr-mail span + span {
  margin-top: 20px;
}

.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-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;
}
.m-table01 tr,
.m-table01 .m-table__tr {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.m-table01 th,
.m-table01 td,
.m-table01 .m-table__th,
.m-table01 .m-table__td {
  vertical-align: middle;
  height: 60px;
  padding: 0.63em 0.2em 0.63em 0.85em;
  font-weight: 500;
}
.m-table01 th,
.m-table01 .m-table__th {
  background: #eceef2;
  color: #4a306d;
  letter-spacing: 0.08em;
  line-height: 1.444;
  text-align: left;
}
.m-table01 td,
.m-table01 .m-table__td {
  background: #fff;
}
.m-table01__child {
  margin: -0.63em -0.2em -0.63em -0.85em;
}
.m-table01__child > li {
  padding: 0.63em 0.2em 0.63em 0.85em;
  background: url("../img/common/line_dashe.png") 0 100% repeat-x;
  background-size: 12px;
}
.m-table01__child > li:last-child {
  background: none;
}

.m-table02 {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.125em;
  line-height: 1.56;
}
.m-table02 tr,
.m-table02 .m-table__tr {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.m-table02 tr > * + *,
.m-table02 .m-table__tr > * + * {
  border-left: solid 1px #dcdcdc;
}
.m-table02 th,
.m-table02 td,
.m-table02 .m-table__th,
.m-table02 .m-table__td {
  vertical-align: middle;
  height: 60px;
  background: #fff;
  font-weight: 500;
}
.m-table02 th,
.m-table02 .m-table__th {
  padding: 0.8em 0.9em;
  text-align: left;
}
.m-table02 td,
.m-table02 .m-table__td {
  padding: 0.8em 2.45em;
}

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

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

.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: 959px) {
  .for_pc {
    display: none !important;
  }
  .for_tab-sp {
    display: block !important;
  }
  .fleft, .fright {
    float: none;
  }
  .bnr-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-pc,
  .flex-lr {
    display: block;
  }
  .flex-lr > * {
    width: 100% !important;
  }
  .flex-lr > * + * {
    margin-top: 15px;
  }
  .flex-lr__img {
    text-align: center;
  }
  .grid {
    display: block;
  }
  .m-map {
    position: relative;
    padding-top: 78.87%;
    margin: 30px -2.82% 0;
  }
  .m-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .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;
  }
  .m-sp-inner_s {
    padding: 0 2.66%;
  }
  .m-lead {
    margin-bottom: 35px;
  }
  .m-lead__catch {
    font-size: 20px;
    line-height: 1.65;
  }
  .first-sec {
    padding-top: 95px !important;
  }
  .last-sec {
    margin-bottom: 20px;
  }
  .bg-sec {
    background-image: url("../img/common/bg_02__sp.jpg");
  }
  .m-sec01 {
    padding: 55px 0;
  }
  .m-sec02 {
    padding: 40px 0;
  }
  .m-sec03 {
    margin-top: 55px;
  }
  .m-txt-access {
    line-height: 1.56;
  }
  .m-txt-access > * + * {
    margin-top: 0.5em;
  }
  .m-lb01 {
    margin-bottom: 30px;
    font-size: 23px;
  }
  .m-lb01__main {
    padding-bottom: 8px;
  }
  .m-lb01__main::before {
    width: 34px;
    margin-left: -17px;
  }
  .m-lb01__sub {
    margin-top: 6px;
    font-size: 0.565em;
  }
  .m-lb02 {
    padding-bottom: 6px;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .m-lb02::before {
    width: 40px;
    margin-left: -20px;
  }
  .m-lb03, .m-lb03--w, .m-lb03--o, .m-lb03--p {
    padding: 13px 10px 8px;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .is-mark.m-lb03, .is-mark.m-lb03--w, .is-mark.m-lb03--o, .is-mark.m-lb03--p {
    padding-left: 45px;
  }
  .is-en.m-lb03, .is-en.m-lb03--w, .is-en.m-lb03--o, .is-en.m-lb03--p {
    display: block;
    padding: 16px 10px 11px;
  }
  .is-en.m-lb03 .font-bold:not(:last-child), .is-en.m-lb03--w .font-bold:not(:last-child), .is-en.m-lb03--o .font-bold:not(:last-child), .is-en.m-lb03--p .font-bold:not(:last-child) {
    display: inline-block;
    padding-bottom: 7px;
    border-bottom: solid 1px;
  }
  .is-en.m-lb03 .font-zen, .is-en.m-lb03--w .font-zen, .is-en.m-lb03--o .font-zen, .is-en.m-lb03--p .font-zen {
    display: block;
    padding: 0;
    margin: 10px 0 0;
  }
  .is-en.m-lb03 .font-zen::before, .is-en.m-lb03--w .font-zen::before, .is-en.m-lb03--o .font-zen::before, .is-en.m-lb03--p .font-zen::before {
    display: none;
  }
  .m-lb04 {
    margin-bottom: 30px;
    font-size: 42px;
  }
  .m-lb05, .m-lb05--w {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .m-lb06, .m-lb06--p {
    margin-bottom: 20px;
    font-size: 19px;
  }
  .m-lb07 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .m-catch01 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.214;
  }
  .m-catch02 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.3;
  }
  .m-link02, .m-link02--p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 72px;
    font-size: 19px;
  }
  .m-link02::before, .m-link02--p::before {
    right: 12px;
    width: 40px;
    height: 26px;
    margin-top: -13px;
  }
  .m-link02 > span, .m-link02--p > span {
    padding: 12px;
  }
  .m-link02 > span + span, .m-link02--p > span + span {
    border-left: none;
    border-top: solid 1px;
  }
  .m-link02 .font-bold, .m-link02--p .font-bold {
    min-width: 154px;
  }
  .m-link02 .font-zen, .m-link02--p .font-zen {
    margin-bottom: 0.2em;
  }
  .m-link03 {
    width: 300px;
    height: 86px;
    font-size: 22px;
  }
  .bnr-list {
    gap: 20px 6.48%;
  }
  .bnr-list > li {
    width: 46.76%;
  }
  .bnr-list.is-sp-clear > li {
    width: 100%;
  }
  .bnr-mail {
    width: 100%;
    height: 134px;
    height: min(35.73vw, 190px);
    font-size: 1.7rem;
    font-size: min(4.53vw, 2.5rem);
  }
  .bnr-mail__inner {
    padding-top: 8px;
  }
  .bnr-mail span + span {
    margin-top: 14px;
  }
  .bnr-mail img {
    width: 28px;
  }
  .m-table-wrap {
    position: relative;
    overflow-x: scroll;
  }
  .m-table-wrap::before {
    content: "※横にスクロールできます";
    font-size: 1.2rem;
  }
  .m-table01 {
    font-size: 0.875em;
  }
  .m-table01 th,
  .m-table01 td,
  .m-table01 .m-table__th,
  .m-table01 .m-table__td {
    height: 52px;
  }
  .m-table02 {
    font-size: 0.875em;
  }
  .m-table02 th,
  .m-table02 td,
  .m-table02 .m-table__th,
  .m-table02 .m-table__td {
    height: 52px;
    padding: 0.8em;
  }
}
/* header */
body.is-gnvOpen {
  overflow: hidden;
}

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

.site-logo {
  display: inline-block;
}
.site-logo a {
  display: block;
  padding: 10px;
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 110px;
  background: #fff;
  white-space: nowrap;
}
.site-header::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.is-gnvOpen .site-header::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.site-header__logo {
  padding: 0 30px;
}
.site-header__nav a {
  color: inherit;
  text-decoration: none;
}

.gnv {
  padding: 0 8%;
  font-size: min(4.27vw, 16px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}
.gnv > li > a,
.gnv > li > .nolink {
  position: relative;
  display: inline-block;
  padding: 15px 52px 15px 10px;
}
.gnv > li.is-current > a::before,
.gnv > li.is-current > .nolink::before,
.gnv .nolink.is-active::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  border-bottom: solid 1px;
}
.gnv .sub-wrap {
  position: relative;
}
.gnv .sub-wrap::after {
  content: "＋";
  display: block;
  position: absolute;
  right: 0;
  top: 0.65em;
  font-size: 1.25em;
}
.gnv .sub-wrap.is-active::after {
  content: "－";
}
.gnv .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s, opacity 1.4s;
  transition: all 0.2s, opacity 1.4s;
}
.gnv .sub-menu > li {
  width: 44.4%;
}
.gnv .sub-menu a {
  display: block;
  background: #fff;
  color: #1d0f30;
  font-size: 0.875em;
  letter-spacing: normal;
  text-align: left;
}
.gnv .sub-menu a span {
  display: block;
}
.gnv .sub-menu__lb {
  padding: 7px 0 6px 7px;
}
.gnv .sub-menu__lb.is-small {
  padding-left: 0;
  font-size: 0.75em;
  line-height: 1.4;
  text-align: center;
}
.gnv .sub-menu__img {
  position: relative;
}
.gnv .sub-menu__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1d1d43;
  opacity: 0.4;
}
.gnv .sub-menu__img__over {
  position: absolute;
  left: 0.625em;
  bottom: 0.625em;
  color: #fff;
}
.gnv .sub-menu__img__num {
  margin: 0 0 0.174em -0.087em;
  font-style: italic;
  font-size: 2.156em;
  font-weight: 400;
  letter-spacing: normal;
}
.gnv .sub-menu__img__lb {
  font-size: 0.563em;
}

.snv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  padding-right: 115px;
  font-size: min(4.27vw, 16px);
  letter-spacing: 0.03em;
  line-height: 1;
}
.snv__item {
  display: table;
  width: 115px;
  height: 110px;
}
.snv .btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.snv .btn > span {
  display: block;
}
.snv .btn-recruit {
  padding: 15px 12px 10px;
  background: -webkit-gradient(linear, left top, right top, from(#ea3b60), to(#d4161a));
  background: linear-gradient(to right, #ea3b60, #d4161a);
  color: #fff;
}
.snv .btn-recruit > span + span {
  padding-top: 12px;
  margin-top: 9px;
  border-top: solid 1px;
}
.snv .btn-recruit .font-zen {
  font-size: 0.875em;
  font-weight: 500;
}
.snv .btn-contact {
  background: #1d0f30;
  color: #fff;
  font-size: 0.938em;
}
.snv .btn-contact > span + span {
  margin-top: 12px;
}

.language-nav {
  position: absolute;
  right: 0;
  top: 100%;
  width: 115px;
  height: 0;
  padding-top: 30px;
  border-top: solid 1px #fff;
  font-size: 0.813em;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pcStyle-page .language-nav:hover, .language-nav.is-active {
  height: 90px;
}
.language-nav .language-nav__item.is-current, .language-nav .language-nav__button {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.language-nav__button {
  z-index: 2;
  height: 30px;
}
.language-nav__button button {
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
}
.language-nav__item {
  display: table;
  width: 100%;
  height: 30px;
}
.language-nav__item a {
  display: table-cell;
  padding-left: 32px;
  vertical-align: middle;
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
  color: #fff;
  text-align: left;
}
.language-nav__item:nth-child(3) a {
  background: rgba(74, 48, 109, 0.75);
}
.language-nav__item:nth-child(4) a {
  background: rgba(74, 48, 109, 0.5);
}
.language-nav__item.is-current a {
  position: relative;
}
.language-nav__item.is-current a:hover {
  opacity: 1;
}
.language-nav__item.is-current a::before {
  content: url("../img/common/icon_earth_w.svg");
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 17px;
  height: 17px;
  margin-top: -8px;
}
.language-nav__item.is-current a > span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.language-nav__item.is-current a > span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  border: solid transparent;
  border-top-color: #fff;
  border-width: 6px 3.5px 0 3.5px;
}

.toggle-button {
  right: 0;
  top: 0;
  border-radius: 0;
  border: none;
  width: 115px;
  height: 110px;
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
  color: #fff;
  outline: none;
  cursor: pointer;
}
.toggle-button span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 47.5%;
  height: 2px;
  margin: -1px 0 0 -23.75%;
  font-size: 0;
}
.toggle-button span::before, .toggle-button span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#toggle-button-open {
  position: fixed;
  z-index: 10001;
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
  color: #fff;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#toggle-button-open span {
  background: #fff;
}
#toggle-button-open span::before, #toggle-button-open span::after {
  background: #fff;
}
#toggle-button-open span::before {
  top: 13px;
}
#toggle-button-open span::after {
  top: -13px;
}

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

.toggle-menu {
  position: fixed;
  z-index: 10001;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
  color: #fff;
  max-width: 480px;
  width: 100%;
  height: 100%;
  -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: 0 0 80px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.toggle-menu__logo {
  display: inline-block;
  padding: 15px;
  margin-bottom: 10px;
}
.is-gnvOpen .toggle-menu {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 1400px) {
  .site-header::before {
    display: none;
  }
  .site-header__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 383px;
  }
  .site-header__nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    height: 110px;
    padding-right: 230px;
    background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
    background: linear-gradient(to right, #9b5497, #6445a5);
    color: #fff;
  }
  .gnv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    padding: 0 35px;
    font-size: 16px;
  }
  .gnv > li {
    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: 110px;
    padding-top: 12px;
    text-align: center;
  }
  .gnv > li > a,
  .gnv > li > .nolink {
    padding: 15px 10px;
  }
  .gnv > li.is-current > a::before,
  .gnv > li.is-current > .nolink::before {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -20px;
  }
  .gnv .nolink.is-active::before {
    display: none;
  }
  .gnv .sub-wrap:hover > a::before,
  .gnv .sub-wrap:hover > .nolink::before {
    content: "";
    display: block;
    position: absolute;
    right: auto !important;
    top: auto !important;
    left: 50%;
    bottom: 0;
    width: 40px;
    margin-left: -20px;
    border-bottom: solid 1px;
  }
  .gnv .sub-wrap:hover .sub-menu {
    opacity: 1 !important;
    pointer-events: auto;
  }
  .gnv .sub-wrap::after {
    display: none;
  }
  .gnv .sub-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 25px;
    position: fixed;
    z-index: -1;
    left: 383px;
    right: 115px;
    top: 110px;
    height: auto !important;
    padding: 30px 34px;
    padding: 30px 1.8%;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0 !important;
    pointer-events: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .gnv .sub-menu > li {
    width: auto;
  }
  .gnv .sub-menu a {
    font-size: 20px;
  }
  .gnv .sub-menu__lb {
    padding: 12px 0 6px 9px;
  }
  .gnv .sub-menu__img__over {
    left: 12px;
    bottom: 12px;
  }
  .gnv .sub-menu__img__num {
    margin: 0 0 3px -3px;
    font-size: 50px;
  }
  .gnv .sub-menu__img__lb {
    font-size: 13px;
  }
  .gnv .for_toggle {
    display: none;
  }
  .snv {
    right: 0;
    padding-right: 0;
    font-size: 16px;
  }
  .language-nav {
    border-top: none;
  }
  .toggle-button {
    display: none !important;
  }
  .toggle-menu {
    display: block !important;
    position: static;
    -webkit-transform: none !important;
            transform: none !important;
    background: transparent;
    max-width: none;
    width: auto;
    height: auto;
    -webkit-transition: none;
    transition: none;
  }
  .toggle-menu__inner {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
  }
  .toggle-menu__logo {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  .gnv .sub-wrap.is-active .sub-menu {
    height: auto;
    margin: 10px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-bottom: 49px;
  }
  .anchor-link {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
  .site-logo a {
    padding: 5px;
  }
  .site-logo img {
    width: 242px;
  }
  .site-header {
    height: 60px;
  }
  .site-header__logo {
    padding: 0 10px;
  }
  .snv {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    padding-right: 0;
  }
  .snv__item {
    width: 50%;
    height: 50px;
  }
  .snv .btn > span + span {
    padding-top: 0;
    margin-top: 0;
  }
  .snv .btn-recruit .font-zen {
    display: none;
  }
  .snv .btn-contact img {
    display: none;
  }
  .language-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    top: auto;
    bottom: 100%;
    width: 9.2em;
    padding-top: 0;
    padding-bottom: 3em;
    border-top: none;
    font-size: 0.781em;
  }
  .pcStyle-page .language-nav:hover, .language-nav.is-active {
    height: 9em;
  }
  .language-nav .language-nav__button, .language-nav .language-nav__item.is-current {
    top: auto;
    bottom: 0;
  }
  .language-nav__button {
    height: 3em;
  }
  .language-nav__item {
    height: 3em;
  }
  .language-nav__item a {
    padding-left: 2.6em;
  }
  .language-nav__item.is-current a::before {
    left: 0.6em;
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.7em;
  }
  .language-nav__item.is-current a > span {
    padding-right: 1.7em;
  }
  .language-nav__item.is-current a > span::after {
    margin-top: -0.3em;
    border-top-color: transparent;
    border-bottom-color: #fff;
    border-width: 0 0.35em 0.6em 0.35em;
  }
  .toggle-button {
    width: 80px;
    height: 60px;
  }
  .toggle-button span {
    height: 1px;
  }
  #toggle-button-open span::before {
    top: 10px;
  }
  #toggle-button-open span::after {
    top: -10px;
  }
}
/* Customize Admin */
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
/* page header */
.page-header {
  position: relative;
}
.page-header__img {
  position: relative;
}
.page-header__img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
  opacity: 0.2;
}
.contact-page .page-header__img::before {
  display: none;
}
.page-header__img img {
  width: 100%;
}
.page-header.is-interview .page-header__img::before {
  display: none;
}
.page-header__imgOver {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 0;
  color: #fff;
}
.page-header.is-interview .page-header__imgOver {
  left: 0;
  bottom: auto;
  top: 155px;
  top: min(11vw, 155px);
}

.page-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 8px;
  margin: 0 0 10px;
  border-bottom: solid 2px #4a306d;
  font-size: 55px;
  font-size: min(5.73vw, 55px);
  font-weight: 700;
  line-height: 1.2;
}

.page-en-title {
  font-size: 25px;
  font-size: min(2.6vw, 25px);
  line-height: 1;
}

.interview-title {
  margin: 0;
  font-size: 55px;
  font-size: min(4.58vw, 55px);
  font-weight: 700;
  line-height: 1;
}
.interview-title__lb {
  display: block;
  letter-spacing: 0.15em;
}
.interview-title__name {
  display: inline-block;
  padding: 0.5em 0.5em 0.375em;
  margin: 0.781em 0 0 3.594em;
  font-size: 0.582em;
}
.interview-title__name .sub {
  font-size: 0.688em;
}

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

/* breadcrumb */
.bread {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  color: #838da6;
  font-size: 1.3rem;
}
.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: 599px) {
  /* page header */
  .page-header__imgOver {
    padding: 25px 20px;
  }
  .page-header.is-interview .page-header__imgOver {
    top: 50px;
  }
  .page-title,
  .interview-title {
    font-size: 36px;
    font-size: min(9.6vw, 55px);
  }
  .page-en-title {
    font-size: 16px;
    font-size: min(4.27vw, 25px);
  }
  .interview-title__name {
    margin: 0 0 0 30px;
  }
  /* breadcrumb */
  .bread {
    padding: 12px 0;
    font-size: 1.1rem;
  }
}
#footer {
  padding-top: 70px;
}
.home #footer, .service01-page #footer, .service03-page #footer, .history-page #footer {
  padding-top: 0;
}

/*.site-cta {
	position: relative;
	padding: 70px 0 80px;
	text-align: center;

	&::before {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 38vw;
		background: #fff url("../img/common/contact_bg.jpg") 50% 100% no-repeat;
		background-size: 100%;
	}

	&__txt {
		margin-bottom: 45px;
		color: $color__dpurple;
		font-size: 2rem;
		font-weight: 500;
		line-height: 1.279;
	}
}*/
.site-footer {
  padding: 55px 0;
  background: -webkit-gradient(linear, left top, right top, from(#9b5497), to(#6445a5));
  background: linear-gradient(to right, #9b5497, #6445a5);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer__left, .site-footer__right {
  padding-right: 5%;
}
.site-footer__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 54.5%;
}
.site-footer__logo {
  margin-bottom: 50px;
}
.site-footer__info, .site-footer__bnr {
  margin-bottom: 15px;
}
.site-footer__nav {
  margin-bottom: 40px;
}
.site-footer__copy small {
  font-size: 1em;
  line-height: 1;
}

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

#pagetop {
  position: absolute;
  top: -40px;
  right: -5px;
  z-index: 5000;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#pagetop a {
  display: block;
  font-size: 0;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}
#pagetop::before {
  content: "";
  display: block;
  border-top: solid 2px #333;
  border-left: solid 2px #333;
  width: 21px;
  height: 21px;
  margin: -7px 0 0 -10.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#pagetop.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#pagetop.fix {
  margin-right: -555px;
  position: fixed;
  top: auto;
  right: 50%;
  bottom: 5px;
}

@media screen and (max-width: 599px) {
  #footer {
    padding-top: 8%;
  }
  /*.site-cta {
  	padding: 8% 0 13.333%;

  	&::before {
  		height: 87.2vw;
  		background-image: url("../img/common/contact_bg__sp.jpg");
  	}

  	&__txt {
  		margin-bottom: 35px;
  		font-size: 1.4rem;
  		font-size: min(3.73vw, 2rem);
  	}
  }*/
  .site-footer {
    max-height: 100%;
    padding: 25px 0 35px;
    font-size: 1.4rem;
  }
  .site-footer__left, .site-footer__right {
    padding-right: 0;
  }
  .site-footer__logo {
    margin-bottom: 22px;
  }
  .site-footer__info {
    margin-bottom: 10px;
    font-size: 1.071em;
  }
  .site-footer__nav {
    margin-bottom: 18px;
  }
  .site-footer__copy {
    font-size: 0.929em;
    text-align: center;
  }
  .fnv {
    gap: 0.3em 2.7em;
  }
}
/* swiper */
/* pager prev next */
.swiper-button-prev,
.swiper-button-next {
  top: 0;
  width: 50px;
  height: 100%;
  margin-top: 0;
}

.swiper-button-prev {
  left: 0;
  background-image: url("../img/common/icon_arrow_prev.svg");
  background-position: 0 50%;
  background-size: 30px;
}

.swiper-button-next {
  right: 0;
  background-image: url("../img/common/icon_arrow_next.svg");
  background-position: 100% 50%;
  background-size: 30px;
}

/* pager dots */
.swiper-pagination-bullet {
  border-radius: 0;
  width: 32px;
  height: 6px;
  background: #fff;
  opacity: 0.7;
}

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

.swiper-pagination-bullet-active {
  background-color: #db751d;
  opacity: 1;
}

@media screen and (max-width: 599px) {
  /* pager prev next */
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    background-size: 24px;
  }
  /* pager dots */
  .swiper-pagination-bullet {
    width: 22px;
    height: 4px;
  }
}/*# sourceMappingURL=style_common.css.map */