@charset "UTF-8";
/* webfont 変数　*/
/* ofi */
/* ========================================
 * 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 {
  -webkit-text-size-adjust: none; /* added */
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse; /* added */
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

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;
  background: transparent;
  font-size: 100%;
  vertical-align: middle;
}

/* 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;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  line-height: 1.5; /* 2 */
  word-break: break-word; /* 6 */
  cursor: default; /* 1 */
     tab-size: 4; /* 3 */
}

/* 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 {
  margin: 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 {
  padding: 0;
  list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* 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] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
          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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  font-weight: normal;
  font-family: inherit;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  overflow: visible; /* 1 */
  outline: none;
  text-transform: none; /* 2 */
  cursor: pointer;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

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

/**
 * 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 {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  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;
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  border: solid;
  background-color: white;
  color: black;
}

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] {
  -ms-touch-action: manipulation; /* 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: inline;
  display: initial;
}

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

@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icomoon.eot?urenkz");
  src: url("../fonts/icomoon.eot?urenkz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?urenkz") format("truetype"), url("../fonts/icomoon.woff?urenkz") format("woff"), url("../fonts/icomoon.svg?urenkz#icomoon") format("svg");
  font-family: "icomoon";
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  text-transform: none;
}

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

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

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

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

.icon-arrow2_top:before {
  content: "\e907";
}

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

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

.icon-arrow2_left:before {
  content: "\e902";
}

.icon-direction_arrow_top:before {
  content: "\e913";
}

.icon-direction_arrow_right:before {
  content: "\e914";
}

.icon-direction_arrow_bottom:before {
  content: "\e915";
}

.icon-direction_arrow_left:before {
  content: "\e916";
}

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

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

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

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

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

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

.icon-pdf:before {
  content: "\e903";
}

.icon-tag:before {
  content: "\e904";
}

.icon-lock:before {
  content: "\e90f";
}

.icon-facebook1:before {
  content: "\e90a";
}

.icon-facebook2:before {
  content: "\e912";
}

.icon-x:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e90d";
}

.icon-line:before {
  content: "\e90e";
}

.icon-youtube:before {
  content: "\e910";
}

.icon-tiktok:before {
  content: "\e917";
}

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

body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #F16820;
  color: #111111;
  font-weight: 500;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.75;
  font-family: 'Zen Kaku Gothic New', "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  scrollbar-color: #C9CED2 #ffffff;
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #f6f6f6;
}
body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 8px;
  background: #C9CED2;
          box-shadow: inset 0 0 0 1px #ffffff;
}

::-webkit-input-placeholder {
  font-family: 'Zen Kaku Gothic New', "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
}

:-moz-placeholder {
  font-family: 'Zen Kaku Gothic New', "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ", Meiryo, sans-serif;
}

::-moz-selection {
  background: #F16820;
  color: #ffffff;
}

::selection {
  background: #F16820;
  color: #ffffff;
}

/*
section:after,
article:after {
	content: "";
	clear: both;
	display: block;
}
*/
/* heading 
----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

/* forn parts
----------------------------------------------------------------*/
input {
  font-size: 0.94em;
}

select {
  font-size: 0.94em;
}

textarea {
  font-size: 0.94em;
}

/* a,img
----------------------------------------------------------------*/
a {
  color: #F16820;
  vertical-align: top;
}
a:link, a:visited {
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
a img {
  display: block;
  width: 100%;
}
a.hover img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.hover img:hover {
  opacity: 0.8;
}

img {
  display: block;
  max-width: 100%;
}

/* tel-link */
.tel-link a {
  text-decoration: none !important;
}

/* scroll-position */
[id*=link-],
.scroll-position {
  margin-top: calc(-1em - 64px);
  padding-top: calc(1em + 64px);
}

/* scroll-bar */
.scroll-bar {
  scrollbar-color: #C9CED2 #ffffff;
  scrollbar-width: thin;
}
.scroll-bar::-webkit-scrollbar {
  width: 8px;
}
.scroll-bar::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.scroll-bar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 8px;
  background: #C9CED2;
          box-shadow: inset 0 0 0 1px #ffffff;
}

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

	common.css

=====================================================================*/
/*--------------------------------------------------------------------/
	loader
/--------------------------------------------------------------------*/
.loader {
  -webkit-transform-origin: right;
  z-index: 14;
  position: fixed;
  width: 100vw;
  height: 100vh;
          transform-origin: right;
  background: #F16820;
}
.loader.is-active {
  -webkit-transform: scaleX(100);
  -webkit-transform-origin: left;
          transform: scaleX(100);
          transform-origin: left;
}
.loader-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.loader-inner.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loader-circle {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: #ffffff;
}
.loader-filter {
  -webkit-transform-origin: right;
  display: block;
  z-index: 13;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
          transform-origin: right;
  background: #ffffff;
}
.loader-filter.is-active {
  -webkit-transform: scaleX(100);
  -webkit-transform-origin: left;
          transform: scaleX(100);
          transform-origin: left;
}

/* spinner */
.spinner {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  animation: sk-bounce 2s infinite ease-in-out;
  opacity: 0.6;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* sk-chase */
.sk-chase {
  -webkit-animation: sk-chase 2.5s infinite linear both;
  position: relative;
  width: 48px;
  height: 48px;
          animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.sk-chase-dot {
  -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
          animation: sk-chase-dot 2s infinite ease-in-out both;
}
.sk-chase-dot::before {
  -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
  display: block;
  width: 25%;
  height: 25%;
  border-radius: 100%;
  background-color: #ffffff;
  content: "";
          animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1), .sk-chase-dot:nth-child(1)::before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2), .sk-chase-dot:nth-child(2)::before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-chase-dot:nth-child(3), .sk-chase-dot:nth-child(3)::before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4), .sk-chase-dot:nth-child(4)::before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5), .sk-chase-dot:nth-child(5)::before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6), .sk-chase-dot:nth-child(6)::before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-chase {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  100%, 0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*--------------------------------------------------------------------/
	header
/--------------------------------------------------------------------*/
.header {
  -webkit-transition: all 0.3s ease-in 0s;
  z-index: 8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease-in 0s;
}
.header.js-fixed {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background: #ffffff;
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.js-fixed .h-left {
  max-width: 180px;
}

.h-inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.h-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.h-left {
  -webkit-transition: all 0.3s ease 0s;
  width: 70%;
  margin-left: 2%;
  transition: all 0.3s ease 0s;
}
.h-logo {
  letter-spacing: 0;
  text-align: left;
}
.h-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-end;
}

/*--------------------------------------------------------------------/
	navigation
/--------------------------------------------------------------------*/

.pc-nav__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-end;
}
.pc-nav__list > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: relative;
          align-items: center;
          justify-content: center;
  min-height: 90px;
  padding: 1em 1.25em 1em 3em;
  background: #ffffff;
  color: #111111;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  text-decoration: none !important;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.pc-nav__list > li > a::before {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: calc(50% - 1px);
  left: 1.5em;
  width: 0.75em;
  height: 1px;
  background: #F16820;
  content: "";
  transition: all 0.3s ease 0s;
}
.pc-nav__list > li > a::after {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #F16820;
  content: "";
  transition: all 0.3s ease 0s;
}
.pc-nav__list > li > a:hover::after {
  width: 100%;
}
.header.js-fixed .pc-nav__list > li > a {
  color: #111111;
}
.header.js-fixed .pc-nav__list > li > a::after {
  background-color: #F16820;
}
.header.js-fixed .pc-nav__list > li > a:hover {
  color: #F16820;
}
.pc-nav__list .recruit a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.4em;
          flex-direction: column;
          align-items: center;
  padding: 1em 2.5em;
  background: #F16820;
  color: #ffffff !important;
  font-weight: 700;
  text-align: center;
}
.pc-nav__list .recruit a em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8em;
  font-family: 'Poppins', sans-serif;
}
.pc-nav__list .recruit a::before {
  display: none;
}
.pc-nav__list .recruit a:hover {
  background-color: #E05210;
}

.pc-lv2 {
  position: relative;
}
.pc-lv2:hover .sub-menu {
  visibility: visible;
  top: 3em;
  opacity: 1;
}
.pc-lv2 .sub-menu {
  -webkit-transition: all 0.3s ease 0s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: 2.625em;
  left: 0;
          flex-direction: column;
  width: 240px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.pc-lv2 .sub-menu li {
  width: auto;
}
.pc-lv2 .sub-menu a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  padding: 0.75em 1.25em;
  background: #232729;
  color: #ffffff;
  font-size: 0.825em;
  line-height: 1.4;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pc-lv2 .sub-menu a:hover {
  background: #F16820;
  color: #ffffff;
}

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

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

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
    opacity: 0;
  }
  75% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  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);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
    opacity: 0;
  }
}
@keyframes active-menu-bar02 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
    opacity: 0;
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
}
/* スマホメニュー */

.hamburger {
  z-index: 11;
  position: fixed;
  top: 0;
  right: 0;
}
.open .hamburger-btn {
  background: #ffffff;
}
.hamburger-btn {
  -webkit-transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  padding: 8px;
  background: #F16820;
  cursor: pointer;
  transition: all 0.4s;
}
.hamburger-btn span {
  -webkit-transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: absolute;
  left: 16px;
  width: 32px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.4s;
}
.hamburger-btn span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.5s forwards;
  top: 21px;
          animation: menu-bar01 0.5s forwards;
}
.hamburger-btn span:nth-of-type(2) {
  -webkit-animation: menu-bar02 0.5s forwards;
  top: 31px;
          animation: menu-bar02 0.5s forwards;
}
.hamburger-btn span:nth-of-type(3) {
  -webkit-animation: menu-bar03 0.5s forwards;
  top: 41px;
          animation: menu-bar03 0.5s forwards;
}
.hamburger-btn.is-active span {
  background-color: #F16820;
}
.hamburger-btn.is-active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.5s forwards;
          animation: active-menu-bar01 0.5s forwards;
}
.hamburger-btn.is-active span:nth-child(2) {
  -webkit-animation: active-menu-bar02 0.5s forwards;
          animation: active-menu-bar02 0.5s forwards;
}
.hamburger-btn.is-active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.5s forwards;
          animation: active-menu-bar03 0.5s forwards;
}
.hamburger-btn.is-active:hover {
  background: #F7A222;
}
.hamburger-btn.is-active:hover span {
  background-color: #ffffff;
}
.sp-nav__inner {
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: clamp(56px, 6vw, 84px);
  padding-bottom: clamp(4rem, 6vw, 6rem);
  overflow-y: auto;
}
.sp-nav__head {
  display: block;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 7px;
  padding-bottom: 0.5rem;
}
.sp-nav__ttl {
  width: 70%;
  max-width: 240px;
  margin-top: 5.6px;
  margin-top: 0.4rem;
  margin-left: 2%;
}
body.js-fixed .sp-nav__ttl {
  max-width: 180px;
}
.sp-nav__cont {
  padding-top: 70px;
  padding-top: 5rem;
}

.sp-nav__list > li {
  width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-top: -15px;
  border-bottom: 1px solid #ffffff;
  line-height: 1.5em;
  text-align: left;
  opacity: 0;
}
.sp-nav__list > li.target-link a:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sp-nav__list > li.target-link a::after {
  -webkit-transition: all 0.3s ease 0s;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  font-size: 1.14em;
  vertical-align: baseline;
  transition: all 0.3s ease 0s;
}
.sp-nav__list > li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.5em 5%;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.sp-lv2 {
  position: relative;
  width: 100%;
}
.sp-lv2 > a[href="javascript:void(0);"]::before, .sp-lv2 > a[href="javascript:void(0);"]::after {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 14px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  font-style: normal;
  transition: all 0.3s ease 0s;
}
.sp-lv2 > a[href="javascript:void(0);"]::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sp-lv2 > a[href="javascript:void(0);"]::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sp-lv2 > a[href="javascript:void(0);"].is-active::before {
  display: none;
}
.sp-lv2 > a[href="javascript:void(0);"].is-active::after {
  -webkit-transform: rotate(180deg);
  top: 50%;
          transform: rotate(180deg);
}
.sp-lv2 .sub-menu {
  display: none;
}
.sp-lv2 .sub-menu li {
  border-top: 1px solid #ffffff;
  background: #ffffff;
}
.sp-lv2 .sub-menu li a {
  position: relative;
  padding-left: calc(5% + 1.4em);
}
.sp-lv2 .sub-menu li a::before {
  position: absolute;
  top: 2.25em;
  left: 5%;
  width: 10px;
  height: 1px;
  background: #979DA4;
  content: "";
}

body.open .sp-nav__list > li {
  margin-top: 0;
  opacity: 1;
}
body.open .sp-nav__list > li:nth-child(1) {
  -webkit-transition: 0.5s ease 0.3s;
  transition: 0.5s ease 0.3s;
}
body.open .sp-nav__list > li:nth-child(2) {
  -webkit-transition: 0.5s ease 0.4s;
  transition: 0.5s ease 0.4s;
}
body.open .sp-nav__list > li:nth-child(3) {
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s;
}
body.open .sp-nav__list > li:nth-child(4) {
  -webkit-transition: 0.5s ease 0.6s;
  transition: 0.5s ease 0.6s;
}
body.open .sp-nav__list > li:nth-child(5) {
  -webkit-transition: 0.5s ease 0.7s;
  transition: 0.5s ease 0.7s;
}
body.open .sp-nav__list > li:nth-child(6) {
  -webkit-transition: 0.5s ease 0.8s;
  transition: 0.5s ease 0.8s;
}
body.open .sp-nav__list > li:nth-child(7) {
  -webkit-transition: 0.5s ease 0.9s;
  transition: 0.5s ease 0.9s;
}
body.open .sp-nav__list > li:nth-child(8) {
  -webkit-transition: 0.5s ease 1s;
  transition: 0.5s ease 1s;
}
body.open .sp-nav__list > li:nth-child(9) {
  -webkit-transition: 0.5s ease 1.1s;
  transition: 0.5s ease 1.1s;
}
body.open .sp-nav__list > li:nth-child(10) {
  -webkit-transition: 0.5s ease 1.2s;
  transition: 0.5s ease 1.2s;
}
body.open .sp-nav__list > li:nth-child(11) {
  -webkit-transition: 0.5s ease 1.3s;
  transition: 0.5s ease 1.3s;
}

.sp-nav__entry {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  width: 90%;
  margin-top: 28px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}
body.open .sp-nav__entry {
  -webkit-transition: all 0.5s ease 1.2s;
  opacity: 1;
  transition: all 0.5s ease 1.2s;
}
.sp-nav__close {
  width: 100%;
  margin-top: 28px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}
body.open .sp-nav__close {
  -webkit-transition: all 0.5s ease 1.4s;
  opacity: 1;
  transition: all 0.5s ease 1.4s;
}
.sp-nav__close a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  width: 100%;
  padding: 1.5em 0;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #F16820;
  font-weight: 700;
  font-size: 1.14em;
  line-height: 1;
  font-family: sans-serif;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.sp-nav__close a::before {
  margin-right: 4.2px;
  margin-right: 0.3rem;
  content: "×";
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.sp-nav__close a:hover {
  background: #F7A222;
  color: #ffffff;
}

/*----------------------------------------------------------------
	contents
----------------------------------------------------------------*/
/* wrapper */
#wrapper {
  background: #ffffff;
}

/* main */
.main {
  background: #ffffff;
}
.main::after {
  display: block;
  clear: both;
  content: "";
}
.main img {
  display: block;
}

/* contents */
.l-cont_lg {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

.l-cont {
  max-width: 1616px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

.l-cont_xxl {
  max-width: 1736px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

.l-cont_full {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

/* contents-box */
.l-box {
  z-index: 1;
  position: relative;
  width: 100%;
}
.l-box:not(:last-of-type) {
  margin-bottom: 112px;
  margin-bottom: 8rem;
}

.c-box1 {
  position: relative;
  background: #ffffff;
  text-align: left;
}
.c-box1 a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  height: 100%;
          box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  color: #111111;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.c-box1 a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
          box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.c-box1__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column-reverse;
}
.c-box1__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0;
}
.c-box1__img__inner::before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}
.c-box1__img__inner > div,
.c-box1__img__inner figure,
.c-box1__img__inner a,
.c-box1__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-box1__txt {
  padding: 14px 8% 28px;
  padding: 1rem 8% 2rem;
  background: #ffffff;
}
.c-box1__date {
  color: #F16820;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}
.c-box1__category {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 0.4em;
  row-gap: 0.2em;
      flex-wrap: wrap;
}
.c-box1__category .category-item {
  font-size: 0.7em;
}
.c-box1__ttl {
  margin-bottom: 7px;
  margin-bottom: 0.5rem;
  font-size: calc(1rem + 0.23734vw - 0.89241px);
}

.interview-box a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  height: 100%;
  color: #C9CED2;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.interview-box a:hover .interview-box__img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
          box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.interview-box__img {
  -webkit-transition: all 0.3s ease 0s;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.interview-box__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.interview-box__img__inner::before {
  display: block;
  position: relative;
  padding-top: 125%;
  content: "";
}
.interview-box__img__inner > div,
.interview-box__img__inner figure,
.interview-box__img__inner a,
.interview-box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interview-box__txt {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  width: 100%;
  margin-top: 1em;
  padding-left: 1em;
}
.interview-box__txt__ttl {
  z-index: 3;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  color: #F16820;
  font-weight: 700;
  font-size: 2em;
}
.interview-box__txt__ttl::before {
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 1px;
  height: calc(100% + 2.5rem);
  background: #F16820;
  content: "";
}
.interview-box__txt__txt {
  font-size: 0.9em;
  text-align: right;
}

/*----------------------------------------------------------------
	component(common)
----------------------------------------------------------------*/
/*	heading
/--------------------------------------------------------------------*/
.cont-ttl {
  position: relative;
  margin-bottom: clamp(28px, 3.5vw, 49px);
  margin-bottom: clamp(2rem, 3.5vw, 3.5rem);
  text-align: center;
}
.cont-ttl em {
  display: block;
  position: relative;
  margin-bottom: 7px;
  margin-bottom: 0.5rem;
  color: #F16820;
  font-style: normal;
  font-weight: 700;
  font-size: calc(2rem + 2.94118vw - 8.23529px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.cont-ttl b {
  display: block;
  color: #111111;
  font-weight: 700;
  font-size: calc(1.25rem + 1.17647vw - 3.29412px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.cont-ttl2 {
  display: block;
  position: relative;
  margin-bottom: clamp(28px, 3vw, 42px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  padding-bottom: 0.75em;
  color: #111111;
  font-weight: 700;
  font-size: calc(1.25rem + 1.47059vw - 4.11765px);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
}
.cont-ttl2::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5em);
  width: 3em;
  height: 2px;
  background: #F16820;
  content: "";
}

.heading-ttl {
  position: relative;
  margin-bottom: calc(2rem + 0.3em);
  padding-bottom: calc(0.75rem + 0.3em);
  font-weight: 700;
  font-size: calc(1.14rem + 0.94937vw - 3.56962px);
  line-height: 1.4;
  text-align: center;
}
.heading-ttl::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3em;
  height: 4px;
          transform: translateX(-50%);
  border-radius: 999px;
  background-color: #F16820;
  content: "";
}

/* teble用のタイトル */
/* ol
/--------------------------------------------------------------------*/
.common-ol {
  margin-left: 5px;
  counter-reset: ol-num;
}
.common-ol > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
  text-indent: -1.5em;
}
.common-ol > li::before {
  padding-right: 0.5em;
  content: counter(ol-num) ".";
  text-align: center;
  counter-increment: ol-num;
}
.common-ol > li:not(:last-child) {
  margin-bottom: 9.799px;
  margin-bottom: 0.7rem;
}

/* ul
/--------------------------------------------------------------------*/
.common-ul, .is-wysiwyg ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5em;
          flex-direction: column;
  text-align: left;
}
.common-ul.is-main li::before, .is-wysiwyg ul.is-main li::before {
  color: #F16820;
}
.common-ul li, .is-wysiwyg ul li {
  position: relative;
  padding-left: 21px;
  padding-left: 1.5rem;
  line-height: 1.5;
}
.common-ul li::before, .is-wysiwyg ul li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  content: "●";
  color: #F16820;
  font-size: 0.7em;
}

.common-ul2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5em;
          flex-direction: column;
  margin-left: 5px;
  text-align: left;
}
.common-ul2 li {
  position: relative;
  padding-left: 14px;
  padding-left: 1rem;
  line-height: 1.5;
}
.common-ul2 li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #111111;
}

.caution-ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5em;
          flex-direction: column;
  margin-left: 5px;
}
.caution-ul li {
  position: relative;
  padding-left: 16.8px;
  padding-left: 1.2rem;
  color: #D93838;
  line-height: 1.5;
}
.caution-ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

/* dl
/--------------------------------------------------------------------*/
.common-dl {
  margin-bottom: 28px;
  margin-bottom: 2rem;
  margin-left: 5px;
}
.common-dl dt {
  line-height: 1.4;
}
.common-dl dt:before {
  padding-right: 0.3em;
  content: "●";
}
.common-dl dd:not(:last-child) {
  margin-bottom: 21px;
  margin-bottom: 1.5rem;
}

.common-dl2 {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.common-dl2 dt {
  margin-bottom: 9.799px;
  margin-bottom: 0.7rem;
  padding-bottom: 9.799px;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #C9CED2;
  font-weight: 500;
  font-size: 1em;
  font-size: 1.14em;
  line-height: 1.4;
}
.common-dl2 dd:not(:last-child) {
  margin-bottom: 28px;
  margin-bottom: 2rem;
}

/* table
----------------------------------------------------------------*/
.common-table {
  width: 100%;
}
.common-table tr {
  border-bottom: 1px solid #C9CED2;
}
.common-table tr:first-child {
  border-top: 1px solid #C9CED2;
}
.common-table th, .common-table td.column-1 {
  padding: 1em 0;
  font-weight: 700;
  text-align: left;
}
.common-table td.column-2 {
  vertical-align: center;
}

.common-table2 {
  width: 100%;
  font-size: 0.9375em;
}
.common-table2 tr {
  border-bottom: 1px solid #C9CED2;
}
.common-table2 tr:first-child {
  border-top: 1px solid #C9CED2;
}
.common-table2 th, .common-table2 td.column-1 {
  padding: 1em 1.25em;
  background: #f6f6f6;
  font-weight: 700;
  text-align: left;
}
.common-table2 td {
  padding: 1em 1.25em;
}

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

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

/*--------------------------------------------------------------------/
	common-parts
/--------------------------------------------------------------------*/
/* cotegory */
.category .category-item {
  min-width: 140px;
  margin-right: 4.2px;
  margin-right: 0.3rem;
  margin-bottom: 5.6px;
  margin-bottom: 0.4rem;
  padding: 4.2px 14px;
  padding: 0.3rem 1rem;
  font-size: 11.34px;
  font-size: 0.81rem;
  vertical-align: top;
}

[class*=category-item] {
  display: inline-block;
  padding: 0.3em 1.25em;
  border-radius: 999px;
  background-color: #6F757B;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
a[class*=category-item] {
  -webkit-transition: all 0.3s ease 0s;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
a[class*=category-item]:hover {
  -webkit-filter: saturate(200%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.7870000000000001 -0.715 -0.072 0 0 -0.213 1.305 -0.072 0 0 -0.213 -0.715 1.9280000000000002 0 0 0 0 0 1 0" /></filter></svg>#filter');
          filter: saturate(200%);
}

.category-item.is-black {
  background: #000000;
  color: #ffffff;
}
.category-item.is-black:hover {
  background: #4B4D4E;
}

/* txt */
.txt p {
  margin-bottom: 1em;
}
.txt p:last-child {
  margin-bottom: 0;
}

/* align */
.align-right {
  margin: 0 0 9.799px 9.799px;
  margin: 0 0 0.7rem 0.7rem;
  float: right;
}
.align-left {
  margin: 9.799px 9.799px 0 0;
  margin: 0.7rem 0.7rem 0 0;
  float: left;
}
.align-center {
  display: block;
  margin: 0 auto 9.799px;
  margin: 0 auto 0.7rem;
}

/*--------------------------------------------------------------------/
/* common-recruit
---------------------------------------------------------------------*/
.common-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-recruit__txt__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: center;
  height: 100%;
  padding: clamp(3em, 5vw, 5em) clamp(1.5em, 5%, 6em);
}
.common-recruit__txt__ttl {
  margin-bottom: clamp(1em, 2vw, 2em);
}
.common-recruit__txt__ttl em {
  display: block;
  color: #F16820;
  font-style: normal;
  font-weight: 700;
  font-size: calc(2.5rem + 6.17647vw - 17.29412px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.common-recruit__txt__ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1.14rem + 1.17647vw - 3.29412px);
}
.common-recruit__txt__txt {
  margin-bottom: clamp(1em, 2vw, 2em);
  font-weight: 800;
  font-size: calc(1.25rem + 1.17647vw - 3.29412px);
}
.common-recruit__txt__txt ruby {
  position: relative;
  color: #F16820;
  font-size: 1.75em;
  line-height: 1;
}
.common-recruit__txt__txt ruby rt {
  font-size: 0.4em;
  line-height: 1;
}

/*--------------------------------------------------------------------/
/* common-entry
---------------------------------------------------------------------*/
.common-entry {
  position: relative;
  padding-top: clamp(4em, 9vw, 9em);
  padding-bottom: clamp(4em, 9vw, 9em);
  overflow: hidden;
  color: #ffffff;
}
.common-entry:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(92, 35, 6, .9);
  content: "";
}
.common-entry::before {
  mix-blend-mode: multiply;
}
.common-entry__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common-entry__inner {
  z-index: 2;
  position: relative;
  width: 100%;
}
.common-entry__ttl {
  margin-bottom: clamp(2em, 4vw, 42px);
  margin-bottom: clamp(2em, 4vw, 3rem);
  text-align: center;
}
.common-entry__ttl em {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: calc(2.5rem + 6.17647vw - 17.29412px);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.common-entry__ttl b {
  display: block;
  font-weight: 700;
  font-size: calc(1.14rem + 1.17647vw - 3.29412px);
}

.common-entry__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.common-entry__list li {
  background: #ffffff;
}
.common-entry__list li:hover {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .3);
          box-shadow: 0 0 1em rgba(0, 0, 0, .3);
}

/*--------------------------------------------------------------------/
/* common-banner
-----------------------------------------------------------------*/
.common-banner {
  padding: clamp(42px, 5vw, 70px) 0;
  padding: clamp(3rem, 5vw, 5rem) 0;
}
.common-banner__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.common-banner__list li {
  margin-bottom: 1.5em;
}
.common-banner__item a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  border: 1px solid #E5E9EC;
  transition: all 0.3s ease 0s;
}
.common-banner__item a:hover {
  opacity: 0.7;
}
.common-banner__item a img {
  width: 100%;
}

/*--------------------------------------------------------------------/
	footer
/--------------------------------------------------------------------*/
.footer {
  overflow: hidden;
  background: #ffffff;
}

.f-insta {
  display: block;
  z-index: 9;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
}

.f-inner {
  background: #ffffff;
  color: #111111;
}
.f-inner .l-cont {
  position: relative;
}
.f-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: clamp(28px, 4vw, 56px);
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.f-info__ttl {
  max-width: 320px;
  margin-bottom: 1.5em;
}
.f-info__ttl img {
  width: 100%;
}
.f-info address {
  font-size: 0.875em;
  line-height: 1.5;
}
.f-copy {
  margin-top: 2em;
  color: #111111;
  font-size: 0.875em;
}

.f-nav {
  padding: clamp(1.5em, 3vw, 3em) 0;
}
.f-nav__items > li > a {
  font-weight: 700;
}

[class^=f-nav__item] {
  line-height: 1.5;
}
[class^=f-nav__item].target-link a:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
[class^=f-nav__item].target-link a::after {
  -webkit-transition: all 0.3s ease 0s;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  font-size: 1.14em;
  vertical-align: baseline;
  transition: all 0.3s ease 0s;
}
[class^=f-nav__item] a {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  padding-left: 1.75em;
  color: #111111;
  font-size: 0.94em;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
[class^=f-nav__item] a::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #F16820;
  content: "";
  vertical-align: middle;
}
[class^=f-nav__item] a:hover {
  color: #E05210;
}

/* pagetop
--------------------------------------------------------------------*/
.pagetop {
  z-index: 6;
  position: absolute;
  top: 84px;
  top: 6rem;
  right: 5%;
}
.pagetop a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #F16820;
  color: #ffffff;
  font-size: 24.5px;
  font-size: 1.75rem;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.pagetop a:hover {
  background: #E05210;
}
.pagetop i {
  padding-bottom: 0.1em;
  vertical-align: top;
}

/*--------------------------------------------------------------------/
	column
/--------------------------------------------------------------------*/
/* 2column */
.l-col-2-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-col-3-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-col-3-sm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-col-3-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-col-3-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-col-4 {
  -ms-flex-wrap: wrap;
  -webkit-column-gap: 5.31%;
     -moz-column-gap: 5.31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 5.31%;
  row-gap: 3vw;
      flex-wrap: wrap;
}
.l-col-4 > * {
  -ms-flex-preferred-size: 47.34%;
      flex-basis: 47.34%;
}
.l-col-4-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-col-4-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-col-4-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*--------------------------------------------------------------------/
	sns
/--------------------------------------------------------------------*/
.sns-list__side {
  z-index: 7;
  position: fixed;
  top: 40%;
}
.sns-list__side.is-left {
  left: 7px;
  left: 0.5rem;
}
.sns-list__side.is-left li {
  -webkit-transform: translateX(-42px);
          transform: translateX(-42px);
}
.sns-list__side.is-left li.is-active:nth-child(1) {
  -webkit-animation: 0.8s bounceInLeft 0.3s forwards;
          animation: 0.8s bounceInLeft 0.3s forwards;
}
.sns-list__side.is-left li.is-active:nth-child(2) {
  -webkit-animation: 0.8s bounceInLeft 0.4s forwards;
          animation: 0.8s bounceInLeft 0.4s forwards;
}
.sns-list__side.is-left li.is-active:nth-child(3) {
  -webkit-animation: 0.8s bounceInLeft 0.5s forwards;
          animation: 0.8s bounceInLeft 0.5s forwards;
}
.sns-list__side.is-left li.is-active:nth-child(4) {
  -webkit-animation: 0.8s bounceInLeft 0.6s forwards;
          animation: 0.8s bounceInLeft 0.6s forwards;
}
.sns-list__side.is-left li.is-active:nth-child(5) {
  -webkit-animation: 0.8s bounceInLeft 0.7s forwards;
          animation: 0.8s bounceInLeft 0.7s forwards;
}
.sns-list__side.is-left li.is-active:nth-child(6) {
  -webkit-animation: 0.8s bounceInLeft 0.8s forwards;
          animation: 0.8s bounceInLeft 0.8s forwards;
}
.sns-list__side.is-right {
  right: 7px;
  right: 0.5rem;
}
.sns-list__side.is-right li {
  -webkit-transform: translateX(calc(32px + 1em));
          transform: translateX(calc(32px + 1em));
}
.sns-list__side.is-right li.is-active:nth-child(1) {
  -webkit-animation: 0.8s bounceInRight 0.3s forwards;
          animation: 0.8s bounceInRight 0.3s forwards;
}
.sns-list__side.is-right li.is-active:nth-child(2) {
  -webkit-animation: 0.8s bounceInRight 0.4s forwards;
          animation: 0.8s bounceInRight 0.4s forwards;
}
.sns-list__side.is-right li.is-active:nth-child(3) {
  -webkit-animation: 0.8s bounceInRight 0.5s forwards;
          animation: 0.8s bounceInRight 0.5s forwards;
}
.sns-list__side.is-right li.is-active:nth-child(4) {
  -webkit-animation: 0.8s bounceInRight 0.6s forwards;
          animation: 0.8s bounceInRight 0.6s forwards;
}
.sns-list__side.is-right li.is-active:nth-child(5) {
  -webkit-animation: 0.8s bounceInRight 0.7s forwards;
          animation: 0.8s bounceInRight 0.7s forwards;
}
.sns-list__side.is-right li.is-active:nth-child(6) {
  -webkit-animation: 0.8s bounceInRight 0.8s forwards;
          animation: 0.8s bounceInRight 0.8s forwards;
}
.sns-list__side ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.sns-list__side li {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 5.6px 0;
  padding: 0.4rem 0;
}
.sns-list__side li a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  background: #232729;
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.sns-list__side li a::before {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 52%;
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 100;
  font-size: 0.85em;
  text-align: center;
  vertical-align: middle;
}
.sns-list__side li a:hover {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  background: #F16820;
}
.sns-list__side li a.facebook:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__side li a.facebook::before {
  font-size: 1em;
}
.sns-list__side li a.x_twitter:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__side li a.x_twitter::before {
  font-size: 0.9em;
}
.sns-list__side li a.instagram:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__side li a.Line:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__side li a.youtube:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__side li a.tiktok:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}

@-webkit-keyframes bounceInLeft {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(calc(-32px - 1em));
            transform: translateX(calc(-32px - 1em));
  }
  40% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(calc(-32px - 1em));
            transform: translateX(calc(-32px - 1em));
  }
  40% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bounceInLeftFull {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(-2.66vw);
            transform: translateX(-2.66vw);
  }
  40% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounceInLeftFull {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(-2.66vw);
            transform: translateX(-2.66vw);
  }
  40% {
    -webkit-transform: translateX(16px);
            transform: translateX(16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(calc(32px + 1em));
            transform: translateX(calc(32px + 1em));
  }
  40% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounceInRight {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(calc(32px + 1em));
            transform: translateX(calc(32px + 1em));
  }
  40% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRightFull {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(2.66vw);
            transform: translateX(2.66vw);
  }
  40% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounceInRightFull {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
            animation-timing-function: cubic-bezier(0.61, 0, 0.25, 1);
  }
  from {
    -webkit-transform: translateX(2.66vw);
            transform: translateX(2.66vw);
  }
  40% {
    -webkit-transform: translateX(-16px);
            transform: translateX(-16px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.sns-list__sp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding: 21px 10% 0;
  padding: 1.5rem 10% 0;
}
.sns-list__sp ul {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
  opacity: 0;
}
body.open .sns-list__sp ul {
  -webkit-transition: all 0.5s ease 1.2s;
  -webkit-transition: 0.5s ease 1.2s;
  opacity: 1;
  transition: all 0.5s ease 1.2s;
  transition: 0.5s ease 1.2s;
}
.sns-list__sp li {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 4.2px;
  padding: 0.3rem;
}
.sns-list__sp li a {
  -webkit-transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  line-height: 1;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.sns-list__sp li a::before {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 52%;
          transform: translate(-50%, -50%);
  color: #F16820;
  font-weight: 400;
  font-size: 1.2em;
  text-align: center;
  vertical-align: middle;
}
.sns-list__sp li a:hover {
  background: #F16820;
}
.sns-list__sp li a:hover::before {
  color: #ffffff;
}
.sns-list__sp li a.facebook:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__sp li a.facebook::before {
  font-size: 1.4em;
}
.sns-list__sp li a.x_twitter:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__sp li a.x_twitter::before {
  font-size: 1.2em;
}
.sns-list__sp li a.instagram:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__sp li a.Line:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__sp li a.youtube:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__sp li a.tiktok:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}

.sns-list__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-list__footer a {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  padding-left: 28px;
  padding-left: 2rem;
  color: #ffffff;
  font-weight: 400;
  font-size: 17.5px;
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.sns-list__footer a:hover {
  color: #979DA4;
}
.sns-list__footer a::before {
  position: absolute;
  top: 5.6px;
  top: 0.4rem;
  left: 0;
  font-weight: 100;
  font-size: 0.875em;
}
.sns-list__footer a.facebook:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__footer a.x_twitter:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__footer a.instagram:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__footer a.Line:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__footer a.youtube:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.sns-list__footer a.tiktok:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}

/*--------------------------------------------------------------------/
	pagination
/--------------------------------------------------------------------*/
/*-- next-prev --*/
.next-prev {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
          align-items: center;
  max-width: 960px;
  margin-top: clamp(28px, 3vw, 42px);
  margin-top: clamp(2rem, 3vw, 3rem);
  margin-right: auto;
  margin-left: auto;
  color: #979DA4;
}
.next-prev__next {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-start;
}
.next-prev__next a {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  padding-left: 2em;
  color: #111111;
  font-weight: 500;
  font-size: 1.07em;
  line-height: 1;
  text-decoration: none !important;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.next-prev__next a:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e314";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.next-prev__next a::before {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 55%;
  left: 0.2em;
          transform: translateY(-50%);
  color: #6F757B;
  font-size: 1.5em;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.next-prev__next a:hover {
  color: #E05210;
}
.next-prev__next a:hover::before {
  color: #E05210;
}
.next-prev__center a {
  margin-right: auto;
  margin-left: auto;
}
.next-prev__prev {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}
.next-prev__prev a {
  -webkit-transition: all 0.3s ease 0s;
  position: relative;
  padding-right: 2em;
  color: #111111;
  font-weight: 500;
  font-size: 1.07em;
  line-height: 1;
  text-decoration: none !important;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.next-prev__prev a:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.next-prev__prev a::after {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  top: 55%;
  right: 0.2em;
          transform: translateY(-50%);
  color: #6F757B;
  font-size: 1.5em;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.next-prev__prev a:hover {
  color: #E05210;
}
.next-prev__prev a:hover::after {
  color: #E05210;
}

.pagination {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
          flex-direction: column;
  margin-top: clamp(28px, 4vw, 56px);
  margin-top: clamp(2rem, 4vw, 4rem);
  color: #979DA4;
  font-weight: 500;
  text-align: center;
}
.pagination__list {
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          column-gap: 4px;
      flex-wrap: wrap;
          justify-content: center;
}
.pagination__list > * {
  margin-bottom: 7px !important;
  margin-bottom: 0.5rem !important;
}
.pagination__list::after::after {
  display: block;
  clear: both;
  content: "";
}
.pagination__list a {
  -webkit-transition: all 0.3s ease 0s;
  border: 1px solid #C9CED2;
  color: #979DA4;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.pagination__list a:hover {
  border-color: #E05210;
  background: #E05210;
  color: #ffffff;
}
.pagination__list .prev, .pagination__list .next {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  background: #C9CED2;
  color: #ffffff;
}
.pagination__list .prev i, .pagination__list .next i {
  display: block;
  font-size: 1.25em;
  line-height: 1;
}
.pagination__select {
  position: relative;
  width: 140px;
  margin-right: auto;
  margin-left: auto;
}
.pagination__select:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e313";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.pagination__select::after {
  position: absolute;
  top: 0.4em;
  right: 0.2em;
  color: #979DA4;
  font-size: 1.5em;
  pointer-events: none;
}
.pagination__select .page-select {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #C9CED2;
  border-radius: 4px;
  color: #4B4D4E;
  font-size: 1em;
}

.page-numbers {
  -webkit-transition: 0.2 0.3s ease 0s;
  display: block;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12.32px;
  font-size: 0.88rem;
  line-height: 1;
  line-height: 34px;
  letter-spacing: 0;
  vertical-align: top;
  transition: 0.2 0.3s ease 0s;
}
.page-numbers.current {
  border: 1px solid #F16820;
  color: #F16820;
}
.page-numbers.dots {
  color: #979DA4;
}

.nav-prev {
  margin-top: 24px;
  margin-top: 21px;
  margin-top: 1.5rem;
  float: left;
}

.nav-next {
  margin-top: 24px;
  margin-top: 21px;
  margin-top: 1.5rem;
  float: right;
}

/*-------------------------------------------------
/* single-nextprev
-------------------------------------------------*/
.single-nextprev {
  display: grid;
  position: relative;
  grid-template-columns: 50% 50%;
}
.single-nextprev::after {
  position: absolute;
  top: 1em;
  left: 50%;
  width: 1px;
  height: calc(100% - 2em);
  background: #E5E9EC;
  content: "";
}
.single-nextprev a {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  -webkit-transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  border-top: 1px solid #E5E9EC;
  border-bottom: 1px solid #E5E9EC;
  color: #111111;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

.single-nextprev__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin: 0;
}
.single-nextprev__img__inner {
  z-index: 1;
  position: relative;
  width: 100%;
}
.single-nextprev__img__inner::before {
  display: block;
  position: relative;
  padding-top: 50%;
  content: "";
}
.single-nextprev__img__inner > div,
.single-nextprev__img__inner figure,
.single-nextprev__img__inner a,
.single-nextprev__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-nextprev__txt {
  -ms-flex-negative: 1;
  position: relative;
      flex-shrink: 1;
  width: 100%;
  padding: 0.5em 0 24.5px;
  padding: 0.5em 0 1.75rem;
}
.single-nextprev__tit {
  font-weight: 500;
  font-size: calc(0.8rem + 0.29412vw - 0.82353px);
}
.single-nextprev__time {
  color: #979DA4;
  font-size: 12.32px;
  font-size: 0.88rem;
  font-family: 'Poppins', sans-serif;
}
.single-nextprev__category {
  color: #979DA4;
  font-weight: 500;
  font-size: calc(0.8rem + 0.14706vw - 0.41176px);
}
.single-nextprev__arrow {
  font-size: 11.34px;
  font-size: 0.81rem;
}
.single-nextprev .next_post {
  position: relative;
  grid-column: 1;
}
.single-nextprev .next_post a {
  padding-right: 1em;
}
.single-nextprev .next_post a:hover .single-nextprev__arrow {
  margin-left: -5px;
  color: #F16820;
}
.single-nextprev .next_post .single-nextprev__arrow {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0.25em;
  font-weight: 500;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.single-nextprev .next_post .single-nextprev__arrow:before {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e314";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.single-nextprev .next_post .single-nextprev__arrow::before {
  font-size: 17.5px;
  font-size: 1.25rem;
}
.single-nextprev .prev_post {
  position: relative;
  grid-column: 2;
}
.single-nextprev .prev_post a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 1em;
}
.single-nextprev .prev_post a:hover .single-nextprev__arrow {
  margin-right: -5px;
  color: #F16820;
}
.single-nextprev .prev_post .single-nextprev__txt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}
.single-nextprev .prev_post .single-nextprev__category {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}
.single-nextprev .prev_post .single-nextprev__arrow {
  -webkit-transition: all 0.3s ease 0s;
  position: absolute;
  right: 0.25em;
  bottom: 0;
  font-weight: 500;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}
.single-nextprev .prev_post .single-nextprev__arrow:after {
  speak: never;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e315";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "icomoon" !important;
  text-transform: none;
}
.single-nextprev .prev_post .single-nextprev__arrow::after {
  font-size: 17.5px;
  font-size: 1.25rem;
}

/* Preload images */
body:after {
  display: none;
  content: url(../img/common/close.png) url(../img/common/loading.gif) url(../img/common/prev.png) url(../img/common/next.png);
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.lightbox {
  z-index: 10000;
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: normal;
  line-height: 0;
  text-align: center;
}

.lightbox .lb-image {
  display: block;
  max-width: inherit;
  height: auto;
  max-height: none;
  /* Image border */
  border: 4px solid white;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  *zoom: 1;
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  height: 25%;
  line-height: 0;
  text-align: center;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/common/loading.gif) no-repeat;
}

.lb-nav {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  display: block;
  height: 100%;
  cursor: pointer;
}

.lb-nav a.lb-prev {
  -webkit-transition: opacity 0.6s;
  left: 0;
  width: 34%;
  float: left;
  background: url(../img/common/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  -webkit-transition: opacity 0.6s;
  right: 0;
  width: 64%;
  float: right;
  background: url(../img/common/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
  clear: both;
  content: "";
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  padding-top: 7px;
  padding-top: 0.5rem;
  float: left;
  line-height: 1.1em;
  text-align: left;
}

.lb-data .lb-caption {
  font-weight: bold;
  font-size: 13px;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  padding-bottom: 1em;
  clear: left;
  color: #999999;
  font-size: 12px;
}

.lb-data .lb-close {
  -webkit-transition: opacity 0.2s;
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  outline: none;
  background: url(../img/common/close.png) top right no-repeat;
  text-align: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

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

@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
  .l-col-4-xs {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 10.63%;
       -moz-column-gap: 10.63%;
            column-gap: 10.63%;
    row-gap: 3vw;
        flex-wrap: wrap;
  }
  .l-col-4-xs > * {
    -ms-flex-preferred-size: 44.68%;
        flex-basis: 44.68%;
  }
}

@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
  .sp-nav__entry {
    gap: 2em 4%;
  }
  .sp-nav__entry li {
    width: 48%;
  }
  .interview-box__txt__ttl {
    font-size: 1.5em;
  }
  .l-col-2-sm {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 5.26%;
       -moz-column-gap: 5.26%;
            column-gap: 5.26%;
    row-gap: 3vw;
        flex-wrap: wrap;
  }
  .l-col-2-sm > * {
    -ms-flex-preferred-size: 47.37%;
        flex-basis: 47.37%;
  }
  .l-col-3-sm {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 5.2%;
       -moz-column-gap: 5.2%;
            column-gap: 5.2%;
    row-gap: 3vw;
        flex-wrap: wrap;
  }
  .l-col-3-sm > * {
    -ms-flex-preferred-size: 47.4%;
        flex-basis: 47.4%;
  }
  .l-col-3-sm2 {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 5.2%;
       -moz-column-gap: 5.2%;
            column-gap: 5.2%;
    row-gap: 3vw;
        flex-wrap: wrap;
  }
  .l-col-3-sm2 > * {
    -ms-flex-preferred-size: 47.4%;
        flex-basis: 47.4%;
  }
  .l-col-4-sm {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 6.94%;
       -moz-column-gap: 6.94%;
            column-gap: 6.94%;
    row-gap: 3vw;
        flex-wrap: wrap;
  }
  .l-col-4-sm > * {
    -ms-flex-preferred-size: 46.53%;
        flex-basis: 46.53%;
  }
  .next-prev {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
    grid-template-columns: 23% 50% 23%;
            column-gap: 2%;
  }
  .single-nextprev__img {
    width: 50px;
    height: 50px;
  }
  .single-nextprev__img__inner {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  .single-nextprev__img__inner::before {
    display: block;
    position: relative;
    padding-top: 100%;
    content: "";
  }
  .single-nextprev__img__inner > div,
  .single-nextprev__img__inner figure,
  .single-nextprev__img__inner a,
  .single-nextprev__img__inner picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .single-nextprev__txt {
    width: calc(100% - 50px);
  }
  .single-nextprev__tit {
    font-size: calc(0.7rem + 0.18797vw - 1.08271px);
  }
  .single-nextprev .next_post a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            justify-content: flex-end;
  }
  .single-nextprev .next_post .single-nextprev__txt {
    padding-left: 0.75em;
  }
  .single-nextprev .prev_post .single-nextprev__txt {
    padding-right: 0.75em;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}

@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
  html {
    font-size: 93.75%;
  }
  .sp-nav__cont {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .sp-nav__list > li a {
    padding: 1.5em 0;
  }
  .sp-nav__entry {
    width: 100%;
  }
  .l-cont_lg {
    padding-right: 6%;
    padding-left: 6%;
  }
  .l-cont {
    padding-right: 6%;
    padding-left: 6%;
  }
  .l-cont_xxl {
    padding-right: 6%;
    padding-left: 6%;
  }
  .l-cont_full {
    padding-right: 6%;
    padding-left: 6%;
  }
  .common-table td.column-2 {
    display: table-cell;
    padding: 1em 1.25em 1em 0.5em;
  }
  .common-recruit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .common-recruit__txt {
    width: 45.83%;
  }
  .common-recruit__txt__inner {
    padding: clamp(1.5em, 3vw, 3em) clamp(3em, 10%, 6em);
  }
  .common-recruit__txt__ttl em {
    font-size: clamp(40px, 5.21vw, 110px);
  }
  .common-recruit__txt__ttl b {
    font-size: clamp(18px, 2.34vw, 36px);
  }
  .common-recruit__txt__txt {
    font-size: clamp(16px, 2.08vw, 36px);
  }
  .common-recruit__txt__btn {
    max-width: 570px;
    font-size: clamp(10px, 1.3vw, 25px);
  }
  .common-recruit__img {
    width: 54.17%;
  }
  .common-entry__list {
    gap: 2em 4%;
  }
  .common-entry__list li {
    width: 48%;
  }
  .f-insta {
    width: clamp(120px, 12%, 180px);
  }
  .f-inner {
    padding-bottom: calc(env(safe-area-inset-bottom) + clamp(4rem, 6vw, 6rem));
  }
  .pagetop {
    right: 6%;
  }
  .pagetop a {
    width: 64px;
    height: 64px;
    font-size: 2.38rem;
  }
  .l-col-3-md {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 3.9%;
       -moz-column-gap: 3.9%;
            column-gap: 3.9%;
    row-gap: 3vw;
        flex-wrap: wrap;
  }
  .l-col-3-md > * {
    -ms-flex-preferred-size: 48.05%;
        flex-basis: 48.05%;
  }
  .l-col-4-md {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 3.9%;
       -moz-column-gap: 3.9%;
            column-gap: 3.9%;
    row-gap: 3vw;
        flex-wrap: wrap;
  }
  .l-col-4-md > * {
    -ms-flex-preferred-size: 48.05%;
        flex-basis: 48.05%;
  }
  .sns-list__footer {
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
    -ms-flex-negative: 0;
            column-gap: 1.5em;
        flex-shrink: 0;
  }
  .next-prev__next a {
    font-size: 1.13rem;
  }
  .next-prev__prev a {
    font-size: 1.13rem;
  }
  .single-nextprev__img {
    width: 80px;
    height: 80px;
  }
  .single-nextprev__txt {
    width: calc(100% - 80px);
  }
}

@media (min-width: 768px) and (max-width: 1175px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}

@media (min-width: 1176px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
  html {
    font-size: 100%;
  }
  .l-box:not(:last-of-type) {
    margin-bottom: 10rem;
  }
  .c-box1__ttl {
    font-size: 1rem;
  }
  .common-flex__list.is-col2 .c-box1__date {
    font-size: 1.25em;
  }
  .common-flex__list.is-col2 .c-box1__category {
    font-size: 1.25em;
  }
  .common-flex__list.is-col2 .c-box1__ttl {
    font-size: 1.38rem;
  }
  .common-flex__list.is-col2 .works-box__txt__ttl {
    font-size: 1.25rem;
  }
  .common-table th, .common-table td.column-1 {
    display: table-cell;
    width: 25%;
    min-width: 180px;
    padding: 1.25em 0;
  }
  .common-table2 th, .common-table2 td.column-1 {
    width: 25%;
    min-width: 180px;
    padding: 1em 1.25em;
  }
  .common-table2 td {
    padding: 1em 1.25em;
  }
  .common-entry__list {
    -ms-flex-pack: distribute;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
        justify-content: space-around;
  }
  .common-entry__list li {
    width: 45.39%;
  }
  .common-banner {
    padding: 5rem 0;
  }
  .f-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
            flex-direction: row-reverse;
            justify-content: flex-end;
    padding-top: clamp(2rem, 4vw, 4rem);
  }
  .f-nav {
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            column-gap: 3em;
  }
  .f-nav__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1em;
            flex-direction: column;
  }
  .l-col-3-sm {
    -webkit-column-gap: 3.7%;
       -moz-column-gap: 3.7%;
            column-gap: 3.7%;
  }
  .l-col-3-sm > * {
    -ms-flex-preferred-size: 30.86%;
        flex-basis: 30.86%;
  }
  .l-col-3-sm2 {
    -webkit-column-gap: 2.77%;
       -moz-column-gap: 2.77%;
            column-gap: 2.77%;
  }
  .l-col-3-sm2 > * {
    -ms-flex-preferred-size: 31.48%;
        flex-basis: 31.48%;
  }
  .l-col-3-md {
    -webkit-column-gap: 3.7%;
       -moz-column-gap: 3.7%;
            column-gap: 3.7%;
  }
  .l-col-3-md > * {
    -ms-flex-preferred-size: 30.86%;
        flex-basis: 30.86%;
  }
  .l-col-3-lg {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 3.7%;
       -moz-column-gap: 3.7%;
            column-gap: 3.7%;
        flex-wrap: wrap;
  }
  .l-col-3-lg > * {
    -ms-flex-preferred-size: 30.86%;
        flex-basis: 30.86%;
  }
  .l-col-4 {
    -webkit-column-gap: 1.85%;
       -moz-column-gap: 1.85%;
            column-gap: 1.85%;
  }
  .l-col-4 > * {
    -ms-flex-preferred-size: 23.61%;
        flex-basis: 23.61%;
  }
  .l-col-4-xs {
    -webkit-column-gap: 1.85%;
       -moz-column-gap: 1.85%;
            column-gap: 1.85%;
  }
  .l-col-4-xs > * {
    -ms-flex-preferred-size: 23.61%;
        flex-basis: 23.61%;
  }
  .l-col-4-sm {
    -webkit-column-gap: 1.85%;
       -moz-column-gap: 1.85%;
            column-gap: 1.85%;
  }
  .l-col-4-sm > * {
    -ms-flex-preferred-size: 23.61%;
        flex-basis: 23.61%;
  }
  .l-col-4-md {
    -webkit-column-gap: 1.85%;
       -moz-column-gap: 1.85%;
            column-gap: 1.85%;
  }
  .l-col-4-md > * {
    -ms-flex-preferred-size: 23.61%;
        flex-basis: 23.61%;
  }
}

@media (min-width: 1176px) and (max-width: 1615px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}

@media (min-width: 1296px) {
  .header.js-fixed .h-left {
    max-width: 240px;
  }
  .h-left {
    max-width: 308px;
  }
  .hamburger {
    display: none;
  }
  .sp-nav {
    display: none;
  }
  .sp-nav__ttl {
    max-width: 308px;
  }
}

@media (min-width: 1616px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
  [id*=link-],
  .scroll-position {
    margin-top: -6rem;
    padding-top: 6rem;
  }
  .l-cont_lg {
    padding-right: 48px;
    padding-left: 48px;
  }
  .l-cont {
    padding-right: 48px;
    padding-left: 48px;
  }
  .l-cont_xxl {
    padding-right: 48px;
    padding-left: 48px;
  }
  .l-cont_full {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .interview-box__txt__ttl {
    font-size: 2.5em;
  }
  .cont-ttl em {
    font-size: 4.5rem;
  }
  .cont-ttl b {
    font-size: 2.5rem;
  }
  .cont-ttl2 {
    font-size: 3rem;
  }
  .heading-ttl {
    font-size: 2rem;
  }
  .common-table2 th, .common-table2 td.column-1 {
    width: 240px;
  }
  .common-recruit__txt__ttl b {
    font-size: 2.25rem;
  }
  .common-entry__ttl em {
    font-size: 7.5rem;
  }
  .common-entry__ttl b {
    font-size: 2.25rem;
  }
  .f-insta {
    width: 180px;
  }
  .pagetop {
    right: 48px;
  }
  .l-col-3-sm {
    -webkit-column-gap: 3.94%;
       -moz-column-gap: 3.94%;
            column-gap: 3.94%;
  }
  .l-col-3-sm > * {
    -ms-flex-preferred-size: 30.7%;
        flex-basis: 30.7%;
  }
  .l-col-3-sm2 {
    -webkit-column-gap: 3.94%;
       -moz-column-gap: 3.94%;
            column-gap: 3.94%;
  }
  .l-col-3-sm2 > * {
    -ms-flex-preferred-size: 30.7%;
        flex-basis: 30.7%;
  }
  .l-col-3-md {
    -webkit-column-gap: 3.94%;
       -moz-column-gap: 3.94%;
            column-gap: 3.94%;
  }
  .l-col-3-md > * {
    -ms-flex-preferred-size: 30.7%;
        flex-basis: 30.7%;
  }
  .l-col-3-lg {
    -webkit-column-gap: 3.94%;
       -moz-column-gap: 3.94%;
            column-gap: 3.94%;
  }
  .l-col-3-lg > * {
    -ms-flex-preferred-size: 30.7%;
        flex-basis: 30.7%;
  }
  .l-col-4 {
    -webkit-column-gap: 1.97%;
       -moz-column-gap: 1.97%;
            column-gap: 1.97%;
    row-gap: 2.5rem;
  }
  .l-col-4 > * {
    -ms-flex-preferred-size: 23.52%;
        flex-basis: 23.52%;
  }
  .l-col-4-xs {
    -webkit-column-gap: 1.97%;
       -moz-column-gap: 1.97%;
            column-gap: 1.97%;
    row-gap: 2.5rem;
  }
  .l-col-4-xs > * {
    -ms-flex-preferred-size: 23.52%;
        flex-basis: 23.52%;
  }
  .l-col-4-sm {
    -webkit-column-gap: 1.97%;
       -moz-column-gap: 1.97%;
            column-gap: 1.97%;
    row-gap: 2.5rem;
  }
  .l-col-4-sm > * {
    -ms-flex-preferred-size: 23.52%;
        flex-basis: 23.52%;
  }
  .l-col-4-md {
    -webkit-column-gap: 1.97%;
       -moz-column-gap: 1.97%;
            column-gap: 1.97%;
    row-gap: 2.5rem;
  }
  .l-col-4-md > * {
    -ms-flex-preferred-size: 23.52%;
        flex-basis: 23.52%;
  }
  .single-nextprev__tit {
    font-size: 0.94rem;
  }
  .single-nextprev__category {
    font-size: 0.94rem;
  }
}

@media (min-width: 1616px) and (max-width: 1752px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}

@media (min-width: 1753px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
  .pc-nav__list > li > a {
    font-size: 1.07em;
  }
  .common-recruit__txt__ttl em {
    font-size: 6.88rem;
  }
  .common-recruit__txt__txt {
    font-size: 2.25rem;
  }
  .common-recruit__txt__btn {
    font-size: 1.56rem;
  }
}

@media (min-width: 1921px) {
  html {
    font-size: 0.83vw;
  }
  body {
    font-size: 0.83vw;
  }
  .h-left {
    max-width: 16.04vw;
  }
  .pc-lv2 .sub-menu {
    width: 12.5vw;
  }
  .l-cont_lg {
    max-width: 89.16vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .l-cont {
    max-width: 89.16vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .l-cont_xxl {
    max-width: 95.41vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .common-recruit__txt__btn {
    max-width: 29.68vw;
  }
  .f-insta {
    max-width: 9.37vw;
  }
  .pagetop {
    right: 5vw;
  }
  .sns-list__side.is-left li {
    -webkit-transform: translateX(-2.66vw);
            transform: translateX(-2.66vw);
  }
  .sns-list__side.is-left li.is-active:nth-child(1) {
    -webkit-animation: 0.8s bounceInLeftFull 0.3s forwards;
            animation: 0.8s bounceInLeftFull 0.3s forwards;
  }
  .sns-list__side.is-left li.is-active:nth-child(2) {
    -webkit-animation: 0.8s bounceInLeftFull 0.4s forwards;
            animation: 0.8s bounceInLeftFull 0.4s forwards;
  }
  .sns-list__side.is-left li.is-active:nth-child(3) {
    -webkit-animation: 0.8s bounceInLeftFull 0.5s forwards;
            animation: 0.8s bounceInLeftFull 0.5s forwards;
  }
  .sns-list__side.is-left li.is-active:nth-child(4) {
    -webkit-animation: 0.8s bounceInLeftFull 0.6s forwards;
            animation: 0.8s bounceInLeftFull 0.6s forwards;
  }
  .sns-list__side.is-left li.is-active:nth-child(5) {
    -webkit-animation: 0.8s bounceInLeftFull 0.7s forwards;
            animation: 0.8s bounceInLeftFull 0.7s forwards;
  }
  .sns-list__side.is-left li.is-active:nth-child(6) {
    -webkit-animation: 0.8s bounceInLeftFull 0.8s forwards;
            animation: 0.8s bounceInLeftFull 0.8s forwards;
  }
  .sns-list__side.is-right li {
    -webkit-transform: translateX(2.66vw);
            transform: translateX(2.66vw);
  }
  .sns-list__side.is-right li.is-active:nth-child(1) {
    -webkit-animation: 0.8s bounceInRightFull 0.3s forwards;
            animation: 0.8s bounceInRightFull 0.3s forwards;
  }
  .sns-list__side.is-right li.is-active:nth-child(2) {
    -webkit-animation: 0.8s bounceInRightFull 0.4s forwards;
            animation: 0.8s bounceInRightFull 0.4s forwards;
  }
  .sns-list__side.is-right li.is-active:nth-child(3) {
    -webkit-animation: 0.8s bounceInRightFull 0.5s forwards;
            animation: 0.8s bounceInRightFull 0.5s forwards;
  }
  .sns-list__side.is-right li.is-active:nth-child(4) {
    -webkit-animation: 0.8s bounceInRightFull 0.6s forwards;
            animation: 0.8s bounceInRightFull 0.6s forwards;
  }
  .sns-list__side.is-right li.is-active:nth-child(5) {
    -webkit-animation: 0.8s bounceInRightFull 0.7s forwards;
            animation: 0.8s bounceInRightFull 0.7s forwards;
  }
  .sns-list__side.is-right li.is-active:nth-child(6) {
    -webkit-animation: 0.8s bounceInRightFull 0.8s forwards;
            animation: 0.8s bounceInRightFull 0.8s forwards;
  }
  .sns-list__side li a {
    width: 1.66vw;
    height: 1.66vw;
  }
  .next-prev {
    max-width: 50vw;
  }
}

@media (max-width: 1752px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}

@media (max-width: 1615px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}

@media (max-width: 1175px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
  .common-table th, .common-table td.column-1 {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .common-table2 th, .common-table2 td.column-1 {
    display: block;
  }
  .common-table2 td {
    display: block;
  }
  .f-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    row-gap: clamp(2rem, 3vw, 3rem);
            flex-direction: column-reverse;
    padding-top: clamp(3rem, 6vw, 6rem);
  }
  .f-nav {
    display: none;
  }
  .sns-list__side {
    display: none;
  }
}

@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
  .sp-nav__close {
    width: 90%;
  }
  .common-table {
    font-size: 0.9375em;
  }
  .common-table td.column-2 {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 1em;
    padding-left: 0;
  }
  .common-recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .common-entry__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1.5em;
            flex-direction: column;
  }
  .common-entry__list li {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .f-insta a {
    display: block;
    position: relative;
    width: 100%;
  }
  .f-insta a::before {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 86.25%;
    max-height: 69px;
    background: #F16820;
    content: "";
  }
  .f-insta picture img {
    max-width: 480px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .f-inner {
    padding-bottom: calc(env(safe-area-inset-bottom) + clamp(6rem, 7vw, 7rem));
  }
  .f-info__ttl {
    width: 60%;
  }
  .l-col-3-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .l-col-3-md > * {
    margin-right: auto;
    margin-left: auto;
  }
  .l-col-3-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .l-col-3-lg > * {
    margin-right: auto;
    margin-left: auto;
  }
  .l-col-4-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .l-col-4-md > * {
    margin-right: auto;
    margin-left: auto;
  }
  .sns-list__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
  }
  .sns-list__footer a {
    padding-left: 2.5rem;
    font-size: 1.38rem;
  }
  .sns-list__footer a::before {
    top: 0.4rem;
  }
}

@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
  .sp-nav__entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: 1em;
            flex-direction: column;
  }
  .sp-nav__entry li {
    width: 100%;
  }
  .l-col-2-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .l-col-2-sm > * {
    margin-right: auto;
    margin-left: auto;
  }
  .l-col-3-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .l-col-3-sm > * {
    margin-right: auto;
    margin-left: auto;
  }
  .l-col-3-sm2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .l-col-3-sm2 > * {
    margin-right: auto;
    margin-left: auto;
  }
  .l-col-4-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .l-col-4-sm > * {
    margin-right: auto;
    margin-left: auto;
  }
  .next-prev {
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
    grid-template-rows: auto 1fr;
    grid-template-columns: 45% 45%;
            column-gap: 10%;
    row-gap: clamp(2rem, 3vw, 3rem);
  }
  .next-prev__next {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .next-prev__center {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .next-prev__prev {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .single-nextprev a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    -ms-flex-line-pack: end;
            flex-direction: column-reverse;
        align-content: flex-end;
  }
  .single-nextprev__img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1295px) {
  .header {
    height: 64px;
  }
  .h-left {
    max-width: 240px;
    margin-top: 0.4rem;
  }
  .h-right {
    display: none;
  }
  .close-btn a {
    text-decoration: none !important;
  }
  .sp-nav {
    visibility: hidden;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(227, 74, 9);
    background: radial-gradient(circle, rgb(235, 147, 23) 0%, rgb(250, 94, 27) 76%, rgb(227, 74, 9) 100%);
  }
  body.open .sp-nav {
    -webkit-transition: 0.5 0.3s ease 0s;
    visibility: visible;
    cursor: "", auto;
    opacity: 1;
    transition: 0.5 0.3s ease 0s;
  }
}

@media (max-width: lg) {
  .pc-nav {
    display: none;
  }
}

@media (max-width: 375px) {
  .l-col-4-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    row-gap: clamp(1.5rem, 3vw, 3rem);
            flex-direction: column;
  }
  .l-col-4-xs > * {
    margin-right: auto;
    margin-left: auto;
  }
}

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