@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

[hidden],
template {
  display: none;
}

#page {
  font-weight: 500;
  overflow: hidden;
  position: relative;
}

.is-start #page {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.is-start.is-loaded #page {
  opacity: 1;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

svg path {
  will-change: auto;
}

.js-svg {
  height: 1em;
  width: 1em;
}

img.js-svg {
  opacity: 0;
}

svg.js-svg {
  opacity: 1;
}

img.js-lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

img.js-lazyload.isLoaded {
  opacity: 1;
}

picture.js-lazyload img {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

picture.js-lazyload img.isLoaded {
  opacity: 1;
}

.js-bgmedia {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.js-bgmedia.isLoaded {
  opacity: 1;
}

.js-anim_elm.-base {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: transform 1.2s, opacity 1.2s;
  transition: transform 1.2s, opacity 1.2s, -webkit-transform 1.2s;
}

.js-anim_elm.-base.-delay01 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.js-anim_elm.-base.is-act {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*-------------------------------------------*/
/* base-color
/*-------------------------------------------*/
/*-------------------------------------------*/
/* text-color
/*-------------------------------------------*/
/*-------------------------------------------*/
/* other-color
/*-------------------------------------------*/
/*-------------------------------------------*/
/* breakpoint
/*-------------------------------------------*/
/*-------------------------------------------*/
/* margin/padding
/*-------------------------------------------*/
/*-------------------------------------------*/
/*	Print
/*-------------------------------------------*/
@media print {
  #page_top {
    display: none !important;
  }
  .vk-mobile-nav-menu-btn,
  .vk-mobile-nav,
  .mobile-fix-nav {
    display: none;
  }
  a {
    text-decoration: none !important;
  }
  a[href]:after,
  abbr[title]:after {
    content: "" !important;
  }
}
/*-------------------------------------------*/
/* コピペ用
/*-------------------------------------------*/
.font-size-dummy {
  font-size: 0.75rem; /* 12px */
  font-size: 0.8125rem; /* 13px */
  font-size: 0.875rem; /* 14px */
  font-size: 1rem; /* 16px */
  font-size: 1.25rem; /* 20px */
  font-size: 1.75rem; /* 28px */
}

/*-------------------------------------------*/
/* common-setting
/*-------------------------------------------*/
body,
p {
  font-size: 0.9375rem;
  font-family: 游ゴシック, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, futura-pt JP, BIZ UDPGothic, Meiryo, Helvetica Neue, Arial, sans-serif;
  color: #040404;
  letter-spacing: 0.1em;
  text-indent: 0;
  vertical-align: middle;
  text-align: justify;
  word-break: break-all;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  body,
  p {
    letter-spacing: 0.09em;
    font-size: 13px;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.75rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 1.03125rem;
  }
}

h6 {
  font-size: 1.0625rem;
  font-weight: 500;
}

nav,
caption {
  font-size: 0.8125rem;
}

/*-------------------------------------------*/
/* fonts-class
/*-------------------------------------------*/
.en {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 820px) {
  .en {
    font-size: 0.875rem;
  }
}

.nijimi {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cap {
  font-size: 0.875rem;
}

/*-------------------------------------------*/
/* title-parts
/*-------------------------------------------*/
.head01 {
  color: #ff843b;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .head01 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .head01 {
    margin-bottom: 24px;
  }
}
.head01 h3 {
  font-size: 3.5rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .head01 h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .head01 h3 {
    font-size: 1.5rem;
  }
}
.head01 h4 {
  font-size: 1rem;
}
@media only screen and (max-width: 820px) {
  .head01 h4 {
    font-size: 0.8125rem;
  }
}

.head02 {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .head02 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .head02 {
    margin-bottom: 24px;
  }
}
.head02 h3 {
  font-size: 3.5rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .head02 h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .head02 h3 {
    font-size: 1.5rem;
  }
}
.head02 h4 {
  font-size: 1rem;
}
@media only screen and (max-width: 820px) {
  .head02 h4 {
    font-size: 0.8125rem;
  }
}

.head03 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #040404;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .head03 {
    margin-bottom: 24px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.head03 .text h3,
.head03 .text h4 {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .head03 .text h3,
  .head03 .text h4 {
    display: block;
  }
}
.head03 .text h3 {
  font-size: 2rem;
  letter-spacing: 0.15em;
  margin-right: 8px;
}
@media only screen and (max-width: 820px) {
  .head03 .text h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .head03 .text h3 {
    margin: 0;
    letter-spacing: 0.04em;
    line-height: 1;
  }
}
.head03 .text h4 {
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 820px) {
  .head03 .text h4 {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .head03 .text h4 {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .head03 .btn02 {
    margin-bottom: 8px;
  }
}

.head04 {
  color: #fff;
  text-align: center;
  background-color: #d80a30;
}
.head04 h3 {
  display: block;
  font-size: 3.5rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media only screen and (max-width: 820px) {
  .head04 h3 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .head04 h3 {
    font-size: 1.5rem;
  }
}
.head04 h4 {
  display: block;
  font-size: 1rem;
}
@media only screen and (max-width: 820px) {
  .head04 h4 {
    font-size: 0.8125rem;
  }
}

/*-------------------------------------------*/
/* padding,margin
/*-------------------------------------------*/
/*-------------------------------------------*/
/* setting
/*-------------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: -webkit-fill-available;
}

html,
body {
  overflow-x: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html,
body {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  line-break: strict;
  overflow-wrap: break-word;
}

.wp-block-table,
p,
ul,
ol,
table,
dl,
blockquote,
iframe {
  margin-bottom: 16px;
}

a {
  text-decoration: none;
  color: #242424;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a p, a li {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
  text-decoration-color: rgba(0, 0, 0, 0.3);
  text-decoration-thickness: 1px;
  text-decoration: none;
}
a p:hover, a li:hover {
  opacity: 0.7;
}
a:hover {
  opacity: 0.7;
}

a[link-type=external]:after {
  font-family: "FontAwesome";
  content: "\f08e";
  font-size: 0.9em;
  margin: 0 3px 0 2px;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h1,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
table + h1,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 2em;
}

figure + h1, figure + h2, figure + h3 {
  margin-top: 2em;
}
figure + h4, figure + h5, figure + h6 {
  margin-top: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 8px;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

ul,
ol {
  padding-left: 1.5em;
  padding-top: 1em;
}
@media only screen and (max-width: 767px) {
  ul,
  ol {
    padding-left: 0.5em;
    padding-top: 0.5em;
  }
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 820px) {
  li {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
  }
}

blockquote {
  margin: 0;
  padding: 1em 1.5em;
  border-left: 1px solid #040404;
}

img {
  height: auto;
  max-width: 100%;
}

i {
  margin-right: 0.4em;
}

hr {
  color: #242424;
}

/* Reset iOS Style */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* / Reset iOS Style */
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=date],
input[type=password],
select,
textarea {
  font-size: 1rem;
  border: 1px solid #242424;
  border-radius: 10px;
  padding: 0.8em 1em;
  margin: 0 0 0.5rem;
  width: 100%;
}

input[type=file] {
  margin: 0.5rem 0;
}

input[type=submit] {
  font-size: 1rem;
  border: 1px solid #242424;
  background-color: #242424;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 10px;
}
input[type=submit]:hover {
  color: #fff;
  cursor: pointer;
  background-color: #6c6c6c;
}

figure {
  margin: 0;
}

table {
  border-top: 1px solid #242424;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid #242424;
  padding: 0.5em 1em;
  font-size: 0.8rem;
}

iframe {
  border: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

/*-------------------------------------------*/
/* main-menu
/*-------------------------------------------*/
nav.header-navigation_pc,
nav.footer-navigation_pc,
nav.sub-header-navigation_pc {
  margin: 0;
  padding: 0;
}
nav.header-navigation_pc > ul,
nav.footer-navigation_pc > ul,
nav.sub-header-navigation_pc > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  gap: 24px;
}
@media only screen and (max-width: 820px) {
  nav.header-navigation_pc > ul,
  nav.footer-navigation_pc > ul,
  nav.sub-header-navigation_pc > ul {
    gap: 16px;
  }
}
nav.header-navigation_pc > ul > li,
nav.footer-navigation_pc > ul > li,
nav.sub-header-navigation_pc > ul > li {
  list-style: none;
  margin: 0;
}
nav.header-navigation_pc > ul > li a,
nav.footer-navigation_pc > ul > li a,
nav.sub-header-navigation_pc > ul > li a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

nav.footer-navigation_pc {
  margin-bottom: 10px;
}
nav.footer-navigation_pc:last-of-type {
  margin-bottom: 0;
}
nav.footer-navigation_pc ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.footer-navigation_pc ul li a {
  color: #fff;
}

nav.header-navigation_sp > ul {
  margin: 0;
  padding: 0;
}

nav.header-navigation_pc.sub > ul > li a {
  color: #040404;
}

.access__list {
  position: relative;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .access__list {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .access__list {
    padding: 60px 0 40px;
  }
}
.access__list .access__list__head {
  margin: 0 auto;
  width: calc(100% - 160px);
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .access__list .access__list__head {
    width: calc(100% - 48px);
  }
}
.access__list .access__list__head > p {
  text-align: right;
  margin-top: -24px;
  margin-bottom: 40px;
  font-size: 0.9375rem;
  padding: 0;
}
@media only screen and (max-width: 820px) {
  .access__list .access__list__head > p {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .access__list .access__list__head > p {
    font-size: 0.6875rem;
    margin-top: -24px;
  }
}
.access__list .access__list__body {
  margin: 0 auto;
  width: calc(100% - 160px);
  max-width: 1000px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .access__list .access__list__body {
    width: calc(100% - 48px);
  }
}
.access__list .access__list__body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 820px) {
  .access__list .access__list__body li {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 80px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .access__list .access__list__body li {
    gap: 16px;
    margin-bottom: 40px;
    text-align: left;
  }
}
.access__list .access__list__body li:last-of-type {
  margin-bottom: 0;
}
.access__list .access__list__body li figure {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 820px) {
  .access__list .access__list__body li figure {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media only screen and (max-width: 767px) {
  .access__list .access__list__body li figure {
    gap: 16px;
  }
}
.access__list .access__list__body li figure img {
  width: 42%;
}
@media only screen and (max-width: 820px) {
  .access__list .access__list__body li figure img {
    width: 100%;
  }
}
.access__list .access__list__body li figure figcaption {
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
}
@media only screen and (max-width: 767px) {
  .access__list .access__list__body li figure figcaption {
    width: 100%;
  }
}
.access__list .access__list__body li figure figcaption img {
  margin-bottom: 8px;
  height: 100%;
  max-height: 40px;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media only screen and (max-width: 820px) {
  .access__list .access__list__body li figure figcaption img {
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and (max-width: 767px) {
  .access__list .access__list__body li figure figcaption img {
    -o-object-position: left;
       object-position: left;
    margin-bottom: 10px;
  }
}
.access__list .access__list__body li figure figcaption p {
  font-size: 0.875rem;
  color: #ff843b;
  font-weight: bold;
  margin-bottom: 4px;
}
@media only screen and (max-width: 820px) {
  .access__list .access__list__body li figure figcaption p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .access__list .access__list__body li figure figcaption p {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5zw;
  }
}
.access__list .access__list__body li figure figcaption address {
  font-size: 0.8125rem;
  text-align: left;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 820px) {
  .access__list .access__list__body li figure figcaption address {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .access__list .access__list__body li figure figcaption address {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5;
  }
}
.access__list .access__list__body li .btn01 {
  width: 15%;
}
@media only screen and (max-width: 820px) {
  .access__list .access__list__body li .btn01 {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .access__list .access__list__body li .btn01 {
    width: 100%;
  }
}
.access__list .access__list__body li .btn01 a {
  max-width: 210px;
  text-decoration: none;
}
.access__list .access__list__body li .btn01 a p {
  font-size: 1rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ff843b), to(#ffc43b));
  background: linear-gradient(left, #ff843b, #ffc43b);
  border-radius: 80px;
  padding: 8px 24px;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}

.access__list.nonbg {
  background-color: inherit;
  padding: 80px 0;
  margin-bottom: 120px;
}
@media only screen and (max-width: 820px) {
  .access__list.nonbg {
    padding: 40px 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .access__list.nonbg {
    padding: 0;
  }
}
.access__list.nonbg > p {
  text-align: center;
  margin-bottom: 120px;
  font-weight: bold;
}
@media only screen and (max-width: 820px) {
  .access__list.nonbg > p {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .access__list.nonbg > p {
    font-size: 0.75rem;
    font-weight: normal;
    margin-bottom: 24px;
  }
}
.access__list.nonbg::after {
  background: none;
}

/*-------------------------------------------*/
/* responsive parts
/*-------------------------------------------*/
.sp-hide {
  display: block;
}
@media only screen and (max-width: 820px) {
  .sp-hide {
    display: none;
  }
}

/*-------------------------------------------*/
/* br
/*-------------------------------------------*/
.spbr {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spbr {
    display: block;
  }
}

.pcbr {
  display: block;
}
@media only screen and (max-width: 820px) {
  .pcbr {
    display: none;
  }
}

/*-------------------------------------------*/
/* button
/*-------------------------------------------*/
/*-------------------------------------------*/
/* img
/*-------------------------------------------*/
/*-------------------------------------------*/
/* main
/*-------------------------------------------*/
header#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1000;
  background: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}
.header__wrap__pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header__wrap__pc {
    display: none;
  }
}
.header__wrap__pc nav ul {
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  z-index: 1;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .header__wrap__pc nav ul {
    height: 80px;
  }
}
.header__wrap__pc nav ul li a {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header__wrap__sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__wrap__sp {
    display: block;
  }
}
.header__wrap__sp .common__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1920px;
  margin: 0 auto;
  height: 60px;
  padding: 10px 24px;
}
.header__wrap__sp .common__header h1.logo_area {
  max-width: 120px;
  margin: 0;
  height: 100%;
  z-index: 500;
}
.header__wrap__sp .common__header h1.logo_area img {
  height: 100%;
}
.header__wrap__sp .common__header > .menu_area_sp .menu {
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  overflow-y: auto;
  margin-top: 60px;
  position: fixed;
  right: 0;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 0;
  z-index: 200;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__wrap__sp .common__header > .menu_area_sp .menu .header-navigation_sp ul {
  padding-top: 40px;
}
.header__wrap__sp .common__header > .menu_area_sp .menu .header-navigation_sp ul li {
  width: 100%;
  margin: 0%;
}
.header__wrap__sp .common__header > .menu_area_sp .menu .header-navigation_sp ul li a {
  width: 100%;
  display: block;
  padding: 1em;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
  color: #fafafa;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}
.header__wrap__sp .common__header > .menu_area_sp .menu.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*-------------------------------------------*/
/* hamburger
/*-------------------------------------------*/
.hamburger {
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 100000;
}
.hamburger span {
  background-color: #fafafa;
  height: 2px;
  left: 11px;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 30px;
}
.hamburger .hamburger__lineTop {
  top: 25px;
}
.hamburger .hamburger__lineCenter {
  top: 32px;
}
.hamburger.is-active .hamburger__lineTop {
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.is-active .hamburger__lineCenter {
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

footer {
  position: relative;
  padding: 24px 0;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 16px 0;
  }
}
footer .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  footer .inner {
    width: calc(100% - 48px);
    padding: 0;
  }
}
footer .inner .logo {
  width: 120px;
}
@media only screen and (max-width: 767px) {
  footer .inner .logo {
    width: 80px;
  }
}
footer .inner .copylight {
  margin: 0;
  text-align: right;
  font-weight: normal;
  font-size: 0.6875rem;
}
/*-------------------------------------------*/
/* main
/*-------------------------------------------*/
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

.hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
}
.hero .logo {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .hero .logo {
    top: 53%;
    width: 70%;
  }
}
.hero .bg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .hero .bg {
    -o-object-position: left -270px top 0;
       object-position: left -270px top 0;
  }
}

.introduction {
  position: relative;
  margin-top: 100vh;
}
.introduction .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.introduction .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.introduction .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(216, 10, 48, 0.5098039216);
  z-index: 1;
}
.introduction .text {
  position: relative;
  z-index: 10;
  padding: 160px 0;
  text-align: center;
  color: #fafafa;
}
@media only screen and (max-width: 767px) {
  .introduction .text {
    padding: 64px 0;
  }
}
.introduction .text h4 {
  color: #f4eac3;
  font-size: 0.875rem;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 767px) {
  .introduction .text h4 {
    font-size: 13px;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
}
.introduction .text .story {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .introduction .text .story {
    margin-top: 40px;
    padding: 0 24px;
  }
}
.introduction .text .story p {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fafafa;
  line-height: 2.4;
  letter-spacing: 0.4em;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .introduction .text .story p {
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 2.2;
    margin-bottom: 16px;
  }
}
.introduction .text .story .big {
  font-size: 160%;
}
@media only screen and (max-width: 767px) {
  .introduction .text .story .big {
    font-size: 18px;
  }
}

.kodawari {
  position: relative;
  background: #fafafa;
  z-index: 1;
}
.kodawari::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 100%;
  top: -240px;
  right: -260px;
  background: url(../img/obj-05.png) no-repeat;
  background-size: contain;
  background-position: top right;
  z-index: 1;
}
@media only screen and (max-width: 820px) {
  .kodawari::after {
    width: 55%;
    right: -220px;
  }
}
@media only screen and (max-width: 767px) {
  .kodawari::after {
    width: 70%;
    right: -120px;
    height: 40%;
    top: -170px;
  }
}
.kodawari::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  bottom: -300px;
  left: -240px;
  background: url(../img/obj-04.png) no-repeat;
  background-size: contain;
  background-position: bottom left;
  z-index: 1;
}
@media only screen and (max-width: 820px) {
  .kodawari::before {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .kodawari::before {
    display: none;
  }
}
.kodawari > .head {
  position: relative;
  height: 320px;
  background: #b00000;
  color: #f4eac3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .kodawari > .head {
    height: 160px;
    padding-left: 16px;
  }
}
.kodawari > .head h3 {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.7em;
  margin: 0;
  z-index: 1;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .kodawari > .head h3 {
    font-size: 24px;
  }
}
.kodawari ul {
  width: calc(100% - 160px);
  max-width: 1000px;
  padding: 80px 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .kodawari ul {
    width: calc(100% - 48px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 80px 24px;
  }
}
.kodawari ul li {
  width: calc(33.3333333333% - 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kodawari ul li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 64px;
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .kodawari ul li:last-of-type {
    margin-bottom: 0;
  }
}
.kodawari ul li .head {
  width: 100%;
  aspect-ratio: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .kodawari ul li .head {
    width: 75%;
    aspect-ratio: 4/5;
  }
}
.kodawari ul li .head h4 {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d80a30;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0;
  font-size: 64px;
}
.kodawari ul li .head::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/hekiga01.png) no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0.3;
  z-index: -1;
}
.kodawari ul li:nth-of-type(2) .head::before {
  background: url(../img/hekiga02.png) no-repeat;
  background-size: contain;
  background-position: center center;
}
.kodawari ul li:nth-of-type(3) .head::before {
  background: url(../img/hekiga03.png) no-repeat;
  background-size: contain;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .kodawari ul li .text {
    width: 75%;
  }
}
.kodawari ul li .text h5 {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 767px) {
  .kodawari ul li .text h5 {
    letter-spacing: 0.7em;
  }
}
.kodawari ul li .text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .kodawari ul li .text p {
    text-align: center;
    line-height: 2;
  }
}

.top_access {
  position: relative;
  padding: 64px 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .top_access {
    padding: 24px 0;
  }
}
.top_access .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.top_access .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_access .info {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 4rem 0;
}
.top_access .info .logo {
  width: 30%;
  min-width: 300px;
  max-width: 640px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .top_access .info .logo {
    width: 60%;
    min-width: inherit;
    margin-bottom: 16px;
    max-width: none;
    max-width: 320px;
  }
}
.top_access .info > h3 {
  margin-bottom: 0;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 767px) {
  .top_access .info > h3 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.15em;
  }
}
.top_access .info > h6,
.top_access .info > p {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top_access .info > h6,
  .top_access .info > p {
    font-size: 11px;
  }
}
.top_access .info p {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .top_access .info p {
    margin-top: 15px;
  }
}
.top_access .info .shop {
  width: calc(100% - 160px);
  max-width: 1000px;
  padding: 48px;
  background: rgba(250, 250, 250, 0.8);
  margin: 0 auto;
  margin-top: 4rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .top_access .info .shop {
    width: calc(100% - 48px);
    padding: 24px;
  }
}
.top_access .info .shop iframe {
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .top_access .info .shop iframe {
    margin-bottom: 15px;
  }
}
.top_access .info .shop h4 {
  margin-bottom: 5px;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .top_access .info .shop h4 {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.top_access .info .shop h4 .spbr {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top_access .info .shop h4 .spbr {
    display: block;
  }
}
.top_access .info .shop dl {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 0.6875rem;
  margin-bottom: 30px;
}
.top_access .info .shop dl:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .top_access .info .shop dl {
    font-size: 11px;
  }
}
.top_access .info .shop dl dt {
  width: 80px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .top_access .info .shop dl dt {
    margin: 0 auto;
    text-align: center;
  }
}
.top_access .info .shop dl dd {
  width: calc(100% - 90px);
  margin: 0;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .top_access .info .shop dl dd {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 0.3em 0;
    letter-spacing: 0.01em;
  }
}

.subhero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .subhero {
    height: 280px;
  }
}
.subhero img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.access {
  position: relative;
  margin-top: 480px;
  background: #fafafa;
  padding: 64px 0;
}
@media only screen and (max-width: 767px) {
  .access {
    margin-top: 280px;
  }
}
.access h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .access h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.access .wrap {
  width: calc(100% - 160px);
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .access .wrap {
    width: calc(100% - 48px);
  }
}
.access .wrap iframe {
  width: 100%;
  margin-bottom: 0;
  margin-bottom: 40px;
}
.access .wrap dl dt {
  padding: 1em;
  background: #eee;
}
.access .wrap dl dd {
  padding: 1em;
}

.brand {
  position: relative;
  margin-top: 480px;
  background: #fafafa;
  padding: 64px 24px;
}
@media only screen and (max-width: 767px) {
  .brand {
    margin-top: 280px;
    padding: 40px 24px;
  }
}
.brand h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .brand h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.brand ul {
  width: calc(100% - 160px);
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .brand ul {
    width: calc(100% - 48px);
  }
}
.brand ul li {
  width: calc(33.3333333333% - 10px);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .brand ul li {
    width: 100%;
    margin-bottom: 16px;
  }
}

.recruit {
  position: relative;
  margin-top: 480px;
  background: #fafafa;
  padding: 64px 24px;
}
@media only screen and (max-width: 767px) {
  .recruit {
    margin-top: 280px;
    padding: 40px 24px;
  }
}
.recruit h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .recruit h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.recruit .banner {
  width: calc(100% - 160px);
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .recruit .banner {
    width: calc(100% - 48px);
  }
}
.recruit .banner img {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .recruit .banner img {
    margin-bottom: 24px;
  }
}
.recruit .banner h4 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .recruit .banner h4 {
    margin-bottom: 24px;
  }
}
.recruit .banner h4 a {
  font-size: 24px;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.recruit .banner p {
  text-align: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .recruit .banner p {
    margin-bottom: 80px;
  }
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
          box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #ddd;
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.topslide {
  height: 100%;
  width: 100%;
}

.topslide .l-inner {
  padding-bottom: 0;
}

.topslide .swiper {
  height: 100%;
  width: 100%;
}

.topslide .slide {
  height: 100%;
  width: 100%;
}

.topslide .swiper-fade .swiper-slide {
  transition-property: opacity, -webkit-transform !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.topslide .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.topslide .swiper-pagination {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 3.2rem;
}

.topslide .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0;
}

.topslide .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}

.topslide .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.8);
}

.topslide .slide-media {
  height: 100%;
  width: 100%;
}

.topslide .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}

.topslide .slide-title {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  right: 8rem;
  bottom: 3.2rem;
  margin-left: 16rem;
  text-align: right;
  color: #fff;
}

.topslide .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.topslide .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: topslide-fadeIn 2s 0.5s cubic-bezier(0.2, 1, 0.2, 1) both;
          animation: topslide-fadeIn 2s 0.5s cubic-bezier(0.2, 1, 0.2, 1) both;
}

@-webkit-keyframes topslide-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes topslide-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .topslide {
    margin-bottom: 8rem;
  }
  .topslide .slide-media {
    height: max(70vh, 70vw);
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
  .topslide .slide-title {
    font-size: 2.8rem;
    right: 4rem;
    margin-left: 6rem;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
section.parallaximg .parallax-window {
  min-height: 480px;
  background: transparent;
}
/*# sourceMappingURL=style.css.map */