
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500|Noto+Serif+JP:400,500,700|Sorts+Mill+Goudy&display=swap);

@charset "UTF-8";

/* ========================================
 * foundation
 ======================================= */
/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, address,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse;
  /* added */
  -webkit-text-size-adjust: none;
  /* added */
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

address {
  font-style: normal;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

/* added */
ol li {
  list-style: none;
}

/* added */
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
:before,
:after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
:before,
:after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* Google font */
/* icomoon　*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?pbc82k");
  src: url("../fonts/icomoon.eot?pbc82k#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?pbc82k") format("truetype"), url("../fonts/icomoon.woff?pbc82k") format("woff"), url("../fonts/icomoon.svg?pbc82k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e90c";
}

.icon-pagetop:before {
  content: "\e900";
}

.icon-down_arrow:before {
  content: "\e313";
}

.icon-left_arrow:before {
  content: "\e314";
}

.icon-right_arrow:before {
  content: "\e315";
}

.icon-top_arrow:before {
  content: "\e316";
}

.icon-home:before {
  content: "\e901";
}

.icon-search-plus:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e0cd";
}

/*--------------------------------------------------------------------/
	format
/--------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a img {
  display: block;
  width: 100%;
}

a.hover img {
  transition: 0.3s ease all;
}

a.hover img:hover {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

/* link- */
*[id^="link-"] {
  position: relative;
}

/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  font-size: 15.04px;
  font-size: 0.94rem;
  letter-spacing: 0.1em;
  font-family: -apple-system, BlinkMacSystemFont,'Noto Sans JP', 'Hiragino Sans',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  "游ゴシック","Yu Gothic","游ゴシック体",YuGothicM,YuGothic,"メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
  font-weight: 500;
  color: #0c0c13;
}

/*
section:after,
article:after {
	content: "";
	clear: both;
	display: block;
}
*/
/* a
----------------------------------------------------------------*/
a {
  color: #2955f2;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
}

.txt a:link, .txt a:visited {
  text-decoration: underline;
}

.txt a:hover, .txt a:active {
  text-decoration: none;
}

/* CSS Document */
/*====================================================================

	common.css

	=====================================================================*/
.tel-link {
  text-decoration: none;
}

/*--------------------------------------------------------------------/
		header
	/--------------------------------------------------------------------*/
#wrapper {
  position: relative;
  margin: 0 auto;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}

header:after {
  display: block;
  content: "";
  clear: both;
}

header.fixed {
  box-shadow: 0px 0px 8px #eee;
}

.h-inner {
  transition: 0.6s ease all;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 9.6px 4%;
  padding: 0.6rem 4%;
}

.h-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h-logo {
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0;
  text-align: left;
  width: 30%;
  max-width: 104px;
}

.h-contact a {
  padding: 8px 24px;
  padding: .5rem 1.5rem;
  color: #0c0c13;
  border: 1px solid #0c0c13;
  transition: 0.3s ease all;
}

.h-contact a:before {
  font-family: 'icomoon';
  content: "\e90c";
  margin-right: 4.8px;
  margin-right: 0.3rem;
  vertical-align: top;
}

.h-contact a:hover {
  background: #313237;
  color: #fcfcfc;
  border: 1px solid #313237;
}

.h-tel {
  margin-left: 16px;
  margin-left: 1rem;
  font-weight: 400;
  font-size: 1.2em;
}

.h-tel span:before {
  font-family: 'icomoon';
  content: "\e0cd";
  margin-right: 4.8px;
  margin-right: 0.3rem;
  vertical-align: top;
}

/*--------------------------------------------------------------------/
		nav global
/--------------------------------------------------------------------*/
#global {
  display: flex;
  align-items: center;
}

.g-nav {
  display: flex;
  justify-content: flex-end;
}

.g-nav > li {
  flex-basis: auto;
  position: relative;
  margin-right: 24px;
  margin-right: 1.5rem;
}

.g-nav > li > a {
  height: 100%;
  line-height: 1.2;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  text-align: center;
  color: #0c0c13;
  transition: 0.3s ease all;
  position: relative;
  font-weight: 500;
  vertical-align: middle;
}

.g-nav > li > a:before {
  content: "";
  display: block;
  transition: 0.3s ease all;
  background: #d1d4d8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
}

.g-nav > li > a:hover:before {
  width: 100%;
}

.g-nav__lv2 {
  position: relative;
}

.g-nav__lv2:hover ul {
  top: 40px;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.g-nav__lv2 ul {
  position: absolute;
  transition: 0.3s ease all;
  top: 35.2px;
  top: 2.2rem;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  left: 0;
  z-index: 10;
  width: 200%;
  font-size: 0.9em;
}

.g-nav__lv2 ul a {
  display: block;
  padding: 12px;
  padding: .75rem;
  color: #fcfcfc;
  line-height: 1.4;
  padding-left: 28px;
  padding-left: 1.75rem;
  position: relative;
  background: #313237;
  transition: 0.3s ease all;
}

.g-nav__lv2 ul a:before {
  content: "-";
  position: absolute;
  top: 11.2px;
  top: .7rem;
  left: 16px;
  left: 1rem;
}

.g-nav__lv2 ul a:hover {
  background: #aaa;
}

.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.hamburger-btn {
  position: fixed;
  top: 4.8px;
  top: .3rem;
  right: 0;
  z-index: 999;
}

.hamburger-trigger {
  position: relative;
  width: 52px;
  height: 52px;
  padding: 10px;
  cursor: pointer;
  display: block;
  transition: all .4s;
  box-sizing: border-box;
}

.hamburger-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 17px;
  width: 18px;
  height: 1px;
  background-color: #0c0c13;
  border-radius: 2px;
}

.hamburger-trigger span:nth-of-type(1) {
  top: 18px;
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

.hamburger-trigger span:nth-of-type(2) {
  top: 25px;
  transition: all .25s .25s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hamburger-trigger span:nth-of-type(3) {
  bottom: 19px;
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

.hamburger-trigger.active span {
  background-color: #fff;
}

.hamburger-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

.hamburger-trigger.active span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hamburger-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

.open .hamburger-trigger {
  background: transparent;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}

.nav__tel {
  width: 80%;
  margin: 16px 10%;
  margin: 1rem 10%;
  padding: 12px 0;
  padding: .75rem 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

body.open .nav__tel {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: .5s ease 1.3s;
}

.nav__tel li {
  color: #f1f2f8;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: calc(1.5rem + 4 * (100vw - 320px) / 937);
}

.nav__tel li span {
  display: block;
}

.nav__tel li span:before {
  font-family: 'icomoon';
  content: "\e0cd";
  vertical-align: top;
  margin-right: 3.2px;
  margin-right: .2rem;
  font-weight: 100;
}

.nav__tel li .tel-link a {
  color: #f1f2f8;
}

body.open .nav > li {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin-top: 0;
}

body.open .nav > li:nth-child(1) {
  transition: .5s ease .3s;
}

body.open .nav > li:nth-child(2) {
  transition: .5s ease .4s;
}

body.open .nav > li:nth-child(3) {
  transition: .5s ease .5s;
}

body.open .nav > li:nth-child(4) {
  transition: .5s ease .6s;
}

body.open .nav > li:nth-child(5) {
  transition: .5s ease .7s;
}

body.open .nav > li:nth-child(6) {
  transition: .5s ease .8s;
}

body.open .nav > li:nth-child(7) {
  transition: .5s ease .9s;
}

body.open .nav > li:nth-child(8) {
  transition: .5s ease 1s;
}

body.open .nav > li:nth-child(9) {
  transition: .5s ease 1.1s;
}

body.open .nav > li:nth-child(10) {
  transition: .5s ease 1.2s;
}

body.open .nav > li:nth-child(11) {
  transition: .5s ease 1.2s;
}

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

/*--------------------------------------------------------------------/
		main
	/--------------------------------------------------------------------*/
main {
  display: block;
  margin: 0 auto;
}

main:after {
  display: block;
  content: "";
  clear: both;
}

/*--------------------------------------------------------------------/
		footer
	/--------------------------------------------------------------------*/
footer {
  color: #f1f2f8;
  background: #313237;
}

.f-flex {
  padding: 32px 0 48px;
  padding: 2rem 0 3rem;
  font-size: 0.93em;
}

.f-info a {
  color: #f1f2f8;
}

.f-nav {
  display: none;
}

.f-nav__items {
  display: flex;
}

.f-nav__items li:not(:last-child) {
  margin-right: 24px;
  margin-right: 1.5rem;
}

.f-nav__items a {
  color: #f1f2f8;
}

.f-nav__items a:hover {
  text-decoration: underline;
}

/* fixed parts
	--------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 99;
  bottom: 16px;
  bottom: 1rem;
  right: 8px;
  right: .5rem;
}

.pagetop a {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  color: #0c0c13;
}

.pagetop a:hover {
  color: #202032;
}

/*----------------------------------------------------------------
	component(common)
----------------------------------------------------------------*/
/* common-bnr
----------------------------------------------------------------*/
.common-bnr {
  padding: 40px 0;
  padding: 2.5rem 0;
}

.common-bnr--recruit a:before {
  background: url(../img/common/bnr_recruit.jpg) center center/cover no-repeat;
}

.common-bnr--voice a:before {
  background: url(../img/common/bnr_voice.jpg) center center/cover no-repeat;
}

.common-bnr--application a:before {
  background: url(../img/common/bnr_application.jpg) center center/cover no-repeat;
}

.common-bnr--company a:before {
  background: url(../img/common/bnr_company.jpg) center center/cover no-repeat;
}

[class*="common-bnr--"] a {
  display: block;
  color: #fcfcfc;
  letter-spacing: 0.15em;
  font-family: 'Noto Serif JP', serif;
  font-size: calc(1.25rem + 8 * (100vw - 320px) / 937);
  font-weight: 600;
  padding: 32px 10%;
  padding: 2rem 10%;
  overflow: hidden;
  position: relative;
}

[class*="common-bnr--"] a:before {
  position: absolute;
  display: block;
  transition: 0.5s ease all;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

[class*="common-bnr--"] a:hover:before {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/* table
----------------------------------------------------------------*/
.common-table table {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.common-table table tr {
  border-top: 1px solid #ccc;
}

.common-table table tr:last-child {
  border-bottom: 1px solid #ccc;
}

.common-table table th, .common-table table td.column-1 {
  text-align: left;
  font-weight: normal;
  padding: 16px 0;
  padding: 1rem 0;
}

.common-table table td {
  padding: 16px 20px 12.8px 8px;
  padding: 1rem 1.25rem .8rem .5rem;
}

/* table press CSS */
.tablepress td, .tablepress th {
  padding: none;
}

.tablepress tbody td, .tablepress tfoot th {
  border-top: none !important;
}

/*--------------------------------------------------------------------/
	common-parts
/--------------------------------------------------------------------*/
.l-cont {
  padding: 0 4%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}

h3, h4, h5 {
  line-height: 1.4;
}

.txt p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.txt p:last-child {
  margin-bottom: 0;
}

.alignright {
  float: right;
  margin: 0 0 16px 16px;
  margin: 0 0 1rem 1rem;
}

.alignleft {
  float: left;
  margin: 16px 16px 0 0;
  margin: 1rem 1rem 0 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
}

/* column
----------------------------------------------------------------*/

/*--------------------------------------------------------------------/
	others
/--------------------------------------------------------------------*/
/* botton */
[class*="btn-line"] {
  border: solid 1px;
  padding: 11.2px 20px;
  padding: .7rem 1.25rem;
  position: relative;
  display: block;
  text-align: center;
  background: transparent;
  letter-spacing: 0.1;
  font-size: 1em;
  transition: 0.3s ease all;
}

[class*="btn-line"]:after {
  content: "";
  width: calc(2rem + 1px);
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(100% - 1rem);
  transition: 0.3s ease all;
}

[class*="btn-line"]:hover:after {
  width: 44px;
  width: 2.75rem;
}

.btn-line--black {
  border-color: #0c0c13;
  color: #0c0c13;
}

.btn-line--black:after {
  background: #0c0c13;
}

.btn-line--black:hover {
  background: #313237;
  color: #fcfcfc;
}

.btn-line--white {
  border-color: #fcfcfc;
  color: #fcfcfc;
}

.btn-line--white:after {
  background: #fcfcfc;
}

.btn-line--white:hover {
  background: #fcfcfc;
  color: #0c0c13;
  border-color: #0c0c13;
}

.btn-line--white:hover:after {
  background: #0c0c13;
}

/*--------------------------------------------------------------------/
	h3,h4,h5
/--------------------------------------------------------------------*/
.vertical-tit {
  overflow: hidden;
  display: inline-block;
}

.vertical-tit b {
  display: block;
  letter-spacing: 0.2em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: calc(2rem + 4 * (100vw - 320px) / 937);
}

.vertical-tit em {
  display: inline-block;
  font-style: normal;
  color: #aaa;
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: 400;
  position: relative;
  font-size: calc(0.9rem + 3 * (100vw - 320px) / 937);
}

.vertical-tit em:after {
  content: "";
  overflow: hidden;
  background: #aaa;
  position: absolute;
  width: 400%;
  height: 1px;
  left: 110%;
  top: 50%;
  display: block;
}

.cont-tit {
  margin-bottom: calc(1rem + .5em);
  padding-bottom: calc(.5rem + .3em);
  font-size: calc(1.25rem + 8 * (100vw - 320px) / 937);
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
}

.cont-tit:after {
  content: "";
  position: absolute;
  width: 64px;
  width: 4rem;
  height: 1px;
  background: #0c0c13;
  display: block;
  left: calc(50% - 2rem);
  bottom: 0;
}

.cont-tit2 {
  margin-bottom: calc(1.5rem + .5em);
  padding-bottom: calc(.5rem + .3em);
  font-weight: 400;
  text-align: center;
  overflow: hidden;
}

.cont-tit2 b {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  display: block;
  font-size: calc(2rem + 18 * (100vw - 320px) / 937);
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.cont-tit2 em {
  display: inline-block;
  font-style: normal;
  color: #aaa;
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: 400;
  position: relative;
  font-size: calc(0.9rem + 3 * (100vw - 320px) / 937);
}

.cont-tit2 em:before {
  content: "";
  background: #aaa;
  position: absolute;
  width: 80%;
  height: 1px;
  right: 110%;
  top: 50%;
}

.cont-tit2 em:after {
  content: "";
  background: #aaa;
  position: absolute;
  width: 80%;
  height: 1px;
  left: 110%;
  top: 50%;
}

.normal-tit {
  margin-bottom: calc(1rem + .2em);
  position: relative;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  font-size: calc(1.14rem + 6 * (100vw - 320px) / 937);
}

/*--------------------------------------------------------------------/
	ol
/--------------------------------------------------------------------*/
ol.normal {
  margin-left: 5px;
  counter-reset: number;
}

ol.normal > li {
  line-height: 1.4;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

ol.normal > li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: -3.2px;
  top: -.2rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
}

ol.normal > li:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal {
  margin-left: 5px;
}

ul.normal li {
  line-height: 1.4;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

ul.normal li:before {
  content: "●";
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
  font-size: .8em;
}

ul.normal li:not(:last-child) {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

ul.normal2 {
  margin-left: 5px;
}

ul.normal2 li {
  line-height: 1.4;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

ul.normal2 li:before {
  content: "・";
  position: absolute;
  color: #0c0c13;
  left: 0;
  top: 0;
}

ul.normal2 li:not(:last-child) {
  margin-bottom: 4.8px;
  margin-bottom: .3rem;
}

ul.caution {
  margin-left: 5px;
}

ul.caution li {
  line-height: 1.4;
  padding-left: 19.2px;
  padding-left: 1.2rem;
  position: relative;
  color: #df2f2f;
}

ul.caution li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

ul.caution li:not(:last-child) {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
  margin-left: 5px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

dl.normal dt {
  line-height: 1.4;
}

dl.normal dt:before {
  content: "●";
  padding-right: .3em;
}

dl.normal dd:not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/*----------------------------------------------------------------
	 helper
----------------------------------------------------------------*/
/* display */

.block {
  display: block !important;
}

.in-block {
  display: inline-block !important;
}

/* img */
a.light-box {
  display: block;
  overflow: hidden;
  position: relative;
}

a.light-box:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 8px;
  font-size: .5rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-family: "icomoon";
  content: "\e906";
  transition: 0.3s ease all;
  color: #fff;
  z-index: 1;
}

a.light-box img {
  transition: 0.3s ease all;
}

a.light-box:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

a.light-box:hover:after {
  font-size: 48px;
  font-size: 3rem;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a.img-scale figure {
  overflow: hidden;
}

a.img-scale img {
  transition: 0.3s ease all;
}

a.img-scale:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* ofi */
.ofi-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ofi-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.of-hidden {
  overflow: hidden;
}

/* color */
.cl-red {
  color: #df2f2f;
}

.cl-blue {
  color: #2b74e0;
}

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

.fs-m {
  font-size: 1.14em;
}

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

/* txt-align */
.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* margin */
.m-a {
  margin-left: auto;
  margin-right: auto;
}

.mt-s {
  margin-top: 4.8px;
  margin-top: .3rem;
}

.mt-m {
  margin-top: 16px;
  margin-top: 1rem;
}

.mt-l {
  margin-top: 32px;
  margin-top: 2rem;
}

.mr-s {
  margin-right: 4.8px;
  margin-right: .3rem;
}

.mr-m {
  margin-right: 16px;
  margin-right: 1rem;
}

.mr-l {
  margin-right: 32px;
  margin-right: 2rem;
}

.mb-s {
  margin-bottom: 4.8px;
  margin-bottom: .3rem;
}

.mb-ms {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

.mb-m {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.mb-l {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.mb-ll {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.ml-s {
  margin-left: 4.8px;
  margin-left: .3rem;
}

.ml-m {
  margin-left: 16px;
  margin-left: 1rem;
}

.ml-l {
  margin-left: 32px;
  margin-left: 2rem;
}

.w-280 {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}

.w-320 {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}

.w-900 {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

/* print css
	----------------------------------------------------------------*/

@media print, screen and (min-width: 376px) {
  /*====================================================================/
	/*------------------iPhone 以上----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .col-4 {
    display: flex;
    flex-wrap: wrap;
  }
  .col-4 > * {
    width: 48%;
    margin-bottom: 1rem;
  }
  .col-4 > *:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
  .col-3 {
    display: flex;
    flex-wrap: wrap;
  }
  .col-3 > * {
    width: 48%;
  }
  .col-3 > *:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
  .col-3 > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 1rem;
  }
  .col-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .col-2 > * {
    width: 48%;
  }
  .col-2 > *:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
  .col-2 > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 4%;
  }
}

@media print, screen and (min-width: 561px) {
  /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .f-info {
    display: flex;
    align-items: center;
  }
  .f-info h3 {
    margin-right: 1rem;
  }
  .vertical-tit {
    -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
  }
  .vertical-tit b {
    font-size: calc(2.5rem + 14 * (100vw - 560px) / 777);
  }
  .vertical-tit em:after {
    width: 1px;
    height: 80%;
    left: 50%;
    top: 110%;
  }
  .vertical-tit em {
    font-size: calc(1rem + 8 * (100vw - 560px) / 777);
  }
  .cont-tit2 em {
    font-size: calc(1rem + 8 * (100vw - 560px) / 777);
  }
  .txt-c_tb {
    text-align: center;
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
	/*-------------------小さいPCスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .h-inner {
    padding: 0.6rem 20px;
  }
  .f-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .f-nav {
    display: block;
    padding: 2rem 0;
    font-size: 1em;
    border-bottom: 1px solid #f1f2f8;
  }
  .pagetop a {
    font-size: 3rem;
  }
  .common-table table th, .common-table table td.column-1 {
    width: 20%;
    min-width: 160px;
  }
  .col-3 > * {
    width: 31.08%;
  }
  .col-3 > *:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .col-3 > *:not(:nth-of-type(3n)) {
    margin-right: 3.33%;
  }
  .col-3 > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 0;
  }
  .col-3 > *:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 2rem;
  }
  .col-3_2 {
    display: flex;
    flex-wrap: wrap;
  }
  .col-3_2 > * {
    width: 31.08%;
  }
  .col-3_2 > *:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .col-3_2 > *:not(:nth-of-type(3n)) {
    margin-right: 3.33%;
  }
  .col-3_2 > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 0;
  }
  .col-3_2 > *:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 2rem;
  }
  .pc_s-none {
    display: none;
  }
  .mt-s {
    margin-top: .5rem;
  }
  .mt-m {
    margin-top: 2rem;
  }
  .mt-l {
    margin-top: 3rem;
  }
  .mr-s {
    margin-right: .5rem;
  }
  .mr-m {
    margin-right: 2rem;
  }
  .mr-l {
    margin-right: 3rem;
  }
  .mb-s {
    margin-bottom: .5rem;
  }
  .mb-ms {
    margin-bottom: 1rem;
  }
  .mb-m {
    margin-bottom: 2rem;
  }
  .mb-l {
    margin-bottom: 3rem;
  }
  .mb-ll {
    margin-bottom: 6rem;
  }
  .ml-s {
    margin-left: .5rem;
  }
  .ml-m {
    margin-left: 2rem;
  }
  .ml-l {
    margin-left: 3rem;
  }
}

@media print, screen and (min-width: 1157px) {
  /*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  *[id^="link-"] {
    padding-top: 80px;
    margin-top: -80px;
  }
  header {
    height: 80px;
  }
  .h-inner {
    padding: 1.1rem 20px;
  }
  .close-btn__wrap {
    display: none;
  }
  .hamburger-btn {
    display: none;
  }
  .sp-nav {
    display: none;
  }
  .nav__tel li {
    font-size: 1.75rem;
  }
  .common-bnr {
    padding: 4rem 0;
  }
  .l-cont {
    padding: 0 20px;
  }
  .col-4 > * {
    width: 23%;
    margin-bottom: 2rem;
  }
  .col-4 > *:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .col-4 > *:not(:nth-of-type(4n)) {
    margin-right: 2.66%;
  }
  .col-2_2 {
    display: flex;
    flex-wrap: wrap;
  }
  .col-2_2 > * {
    width: 48%;
  }
  .col-2_2 > *:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
  .col-2_2 > *:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 1rem;
  }
  .vertical-tit b {
    font-size: 3.38rem;
  }
  .vertical-tit em {
    font-size: 1.5rem;
  }
  .cont-tit {
    font-size: 1.75rem;
  }
  .cont-tit2 b {
    font-size: 3.13rem;
  }
  .cont-tit2 em {
    font-size: 1.5rem;
  }
  .normal-tit {
    font-size: 1.5rem;
  }
  .pc-none {
    display: none;
  }
  .txt-c_pc {
    text-align: center;
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
	/*-------------------full PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 1156px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
  *[id^="link-"] {
    padding-top: 4rem;
    margin-top: -4rem;
  }
  header {
    height: 4rem;
  }
  #global {
    display: none;
  }
  .close-btn {
    color: #fff;
    background: transparent;
    padding: 1rem 4%;
    border: 1px solid #fff;
    margin-top: -15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-weight: normal;
    width: 100%;
    text-align: center;
    display: block;
  }
  body.open .close-btn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-top: 0;
    transition: .5s ease 1.4s;
  }
  .close-btn__wrap {
    width: 80%;
    margin: 1rem auto 0;
    padding-bottom: 3rem;
  }
  .sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(49, 50, 55, 0.9);
    visibility: hidden;
    z-index: 100;
  }
  body.open .sp-nav {
    cursor: '',auto;
    transition: 0.5s ease all;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .sp-nav__inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .sp-nav .nav {
    width: 80%;
    margin: 4rem 10% 0;
  }
  .sp-nav .nav__lv2 li a {
    border-top: 1px dotted #f1f2f8;
    position: relative;
    padding-left: 2.5rem !important;
  }
  .sp-nav .nav__lv2 li a:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 1.5rem;
  }
  .sp-nav .nav > li {
    width: 100%;
    margin: 0 auto;
    margin-top: -15px;
    text-align: left;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-bottom: 1px solid #f1f2f8;
  }
  .sp-nav .nav > li a {
    display: block;
    color: #f1f2f8;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1rem;
    padding-left: 1rem;
    position: relative;
  }
  .col-2_2 > *:not(:last-child) {
    margin-bottom: 1rem;
  }
  .pc_less-none {
    display: none;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  body {
    font-size: 0.88rem;
  }
  .common-table table th, .common-table table td.column-1 {
    display: block;
    padding-bottom: 0;
  }
  .common-table table td {
    display: block;
    padding-top: 0;
    padding-left: 0;
  }
  .col-3_2 > *:not(:last-child) {
    margin-bottom: .5rem;
  }
  .tb-none {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  body {
    font-size: 0.81rem;
  }
  .f-info h3 {
    margin-bottom: 1rem;
  }
  .sp-none {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
	/*------------------iPhone 以下----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .col-4 > *:not(:last-child) {
    margin-bottom: .5rem;
  }
  .col-2 > *:not(:last-child) {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media print {
  header {
    display: none;
  }
  nav#global {
    display: none;
  }
  footer {
    display: none;
  }
}
