@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
  outline: none;
}
*:after, *:before {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-size: inherit;
  letter-spacing: 0.08em;
  background-image: url();
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 811px) {
  a[href*="tel:"] {
    text-decoration: none;
    color: inherit;
  }
}
a:not([class]) {
  color: #3760e5;
  text-decoration: underline;
}
@media screen and (min-width: 811px) {
  a:not([class]):hover {
    text-decoration: none;
  }
}

p {
  margin: 0;
  padding: 0;
  line-height: inherit;
}
p:first-child {
  margin-top: 0;
}

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

li, dd, dt {
  display: block;
  margin: 0;
}

strong {
  font-weight: bold;
}

input {
  font-size: 15px;
}

label {
  line-height: 1.7;
}

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

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

em {
  font-style: normal;
}

address {
  font-style: normal;
}

i {
  vertical-align: middle;
}

input {
  outline: 0;
}

cite {
  display: block;
  font-style: normal;
  line-height: 1.7;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

button {
  outline: none;
  border-style: none;
  background-color: transparent;
}

.u_goRight {
  text-align: right !important;
  margin-left: auto !important;
}

.u_goLeft {
  text-align: left !important;
  margin-right: auto !important;
}

.u_goCenter {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.u_notStandOut {
  font-size: 90%;
}
.u_notStandOut.-level00 {
  font-size: 90%;
}
.u_notStandOut.-level01 {
  font-size: 80%;
}
.u_notStandOut.-level02 {
  font-size: 70%;
}
.u_notStandOut.-level03 {
  font-size: 60%;
}
.u_notStandOut.-level04 {
  font-size: 40%;
}
.u_notStandOut.-level05 {
  font-size: 30%;
}
.u_notStandOut.-level06 {
  font-size: 20%;
}
.u_notStandOut.-slim {
  font-weight: 500 !important;
}

.u_standOut.-level00 {
  font-size: 110%;
}
.u_standOut.-level01 {
  font-size: 120%;
}
.u_standOut.-level02 {
  font-size: 140%;
}
.u_standOut.-level03 {
  font-size: 160%;
}
.u_standOut.-level04 {
  font-size: 180%;
}
.u_standOut.-level05 {
  font-size: 200%;
}
.u_standOut.-level06 {
  font-size: 220%;
}
.u_standOut.-slim {
  font-weight: 500 !important;
}

.u_caution {
  color: red;
}

.u_blind-bit {
  display: none;
}
@media screen and (max-width: 340px) {
  .u_blind-bit {
    display: inline;
  }
}

.u_blind-small {
  display: none;
}
@media screen and (max-width: 580px) {
  .u_blind-small {
    display: inline;
  }
}

.u_blind-medium {
  display: none;
}
@media screen and (max-width: 768px) {
  .u_blind-medium {
    display: inline;
  }
}

.u_blind-large {
  display: none;
}
@media screen and (max-width: 811px) {
  .u_blind-large {
    display: inline;
  }
}

.u_blind-huge {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u_blind-huge {
    display: inline;
  }
}

.u_blind-big {
  display: none;
}
@media screen and (max-width: 980px) {
  .u_blind-big {
    display: inline;
  }
}

.u_blind-unique {
  display: none;
}
@media screen and (max-width: 980px) {
  .u_blind-unique {
    display: inline;
  }
}

.u_break-slender {
  display: inline;
}
@media screen and (max-width: 340px) {
  .u_break-slender {
    display: none;
  }
}

.u_break-small {
  display: inline;
}
@media screen and (max-width: 580px) {
  .u_break-small {
    display: none;
  }
}

.u_break-medium {
  display: inline;
}
@media screen and (max-width: 811px) {
  .u_break-medium {
    display: none;
  }
}

.u_break-large {
  display: inline;
}
@media screen and (max-width: 980px) {
  .u_break-large {
    display: none;
  }
}

.u_tb-brake {
  display: none;
}
@media screen and (min-width: 580px) and (max-width: 811px) {
  .u_tb-brake {
    display: inline;
  }
}

.u_textLink {
  padding-bottom: 0.1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  line-height: 1.5;
  color: inherit;
}
.u_textLink:hover {
  border-bottom-style: none;
  color: #00a2c7;
}

.u_lh1 {
  line-height: 1;
}

@media screen and (min-width: 980px) {
  .u_narrowPcShow {
    display: none;
  }
}

@media screen and (min-width: 580px) {
  .u_mobileShow {
    display: none;
  }
}

@media screen and (min-width: 811px) {
  .u_tabletShow {
    display: none;
  }
}

@media screen and (max-width: 811px) {
  .u_tabletHide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u_wideMobiletHide {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .u_mobileHide {
    display: none;
  }
}

@media screen and (max-width: 340px) {
  .u_narrowMobileHide {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .u_narrowPcHide {
    display: none;
  }
}

.u_figcaption {
  margin-top: 25px;
  font-size: 13px;
  line-height: 1.7;
  color: #666464;
}
@media screen and (max-width: 811px) {
  .u_figcaption {
    margin-top: 20px;
  }
}

@media screen and (min-width: 811px) {
  .Breadcrumbs__target:hover {
    display: inline;
    background: linear-gradient(transparent 60%, rgba(55, 96, 229, 0.3) 0%);
  }
  body.-zine .Breadcrumbs__target:hover {
    background: linear-gradient(transparent 60%, rgba(55, 96, 229, 0.9) 0%);
  }
}

@keyframes screenFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.Page {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}
.Page__loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}
body.-fadeOut .Page__loader {
  animation: screenFadeOut 0.8s ease 1s;
  animation-fill-mode: forwards;
}

.Page__body {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 66px;
  font-size: 16px;
  font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  color: #111;
  background-color: #fff;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .Page__body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 811px) {
  .Page__body {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.Page__body.-zine {
  background-color: #111111;
}

.Page__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  z-index: 6;
}
@media screen and (max-width: 980px) {
  .Page__header {
    height: 50px;
  }
}

@keyframes slideIn {
  0% {
    background-color: rgba(17, 17, 17, 0);
    transform: translateY(-100%);
    visibility: hidden;
  }
  100% {
    background-color: rgba(17, 17, 17, 0.85);
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.85;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.Page__spNavi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 5;
  background-color: #111111;
  animation: fadeOut 0.4s ease;
  animation-fill-mode: forwards;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  .Page__spNavi {
    display: none;
  }
}
body.-naviOpen .Page__spNavi {
  animation: slideIn 0.4s ease;
  animation-fill-mode: forwards;
}

.Page__fv {
  position: relative;
  z-index: 4;
}

.Page__main {
  position: relative;
  z-index: 2;
}

.Page__border {
  position: absolute;
  left: 50%;
  height: calc(100% - 66px);
  width: 100%;
  max-width: 1340px;
  z-index: 3;
  visibility: hidden;
  transform: translateX(-50%);
}
.Page__border::after {
  display: block;
  position: absolute;
  z-index: 1;
  left: 3%;
  top: 0;
  content: "";
  height: 100%;
  border-left: thin solid rgba(134, 134, 134, 0.3);
  visibility: visible;
}
.Page__border::before {
  display: block;
  position: absolute;
  z-index: 1;
  right: 3%;
  top: 0;
  content: "";
  height: 100%;
  border-right: thin solid rgba(134, 134, 134, 0.3);
  visibility: visible;
}
@media screen and (max-width: 580px) {
  .Page__border::before {
    content: none;
  }
}
.Page__border.-variation01 {
  max-width: 780px;
}

.Page__footer {
  position: relative;
  z-index: 4;
}

.Prologue {
  overflow: hidden;
  height: 100vh;
  max-height: 650px;
}
@media screen and (max-width: 1040px) {
  .Prologue {
    max-height: 60vw;
  }
}
@media screen and (max-width: 580px) {
  .Prologue {
    height: 75vh;
    max-height: 550px;
  }
}
.Prologue.-variation01 {
  position: relative;
  display: flex;
  align-items: center;
  max-height: 466px;
  padding-left: 3%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 1;
}
@media screen and (max-width: 811px) {
  .Prologue.-variation01 {
    height: 345px;
  }
}
.Prologue.-variation01:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.3);
  z-index: 2;
}
.Prologue.-about-us {
  background-image: url("../../images/fv_img_about.jpg?version=20230929");
  background-size: cover;
}
.Prologue__slide {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  height: 100%;
}

.Prologue__head {
  width: 100%;
  position: relative;
  z-index: 3;
  font-size: max(27px, min(4vw, 45px));
  color: #fff;
}

.Slide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.Slide__item {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.Slide__target {
  position: relative;
  display: block;
  height: 100%;
}

.Slide__img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.Slide__img > img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.Slide__button {
  position: absolute;
  right: 40px;
  bottom: 35px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .Slide__button {
    right: 15px;
    bottom: 21px;
    font-size: 13px;
  }
}
@media screen and (max-width: 340px) {
  .Slide__button {
    font-size: 12px;
  }
}

.Slide .slick-list, .Slide .slick-track {
  height: 100%;
  overflow: visible;
}
.Slide .slick-dots {
  position: absolute;
  bottom: 35px;
  left: 35px;
  width: max-content;
}
@media screen and (max-width: 580px) {
  .Slide .slick-dots {
    left: 15px;
    bottom: 23.8px;
  }
}
.Slide .slick-dots li {
  width: 35px;
  height: 5px;
  margin: 0 2px;
}
@media screen and (max-width: 580px) {
  .Slide .slick-dots li {
    width: 24.5px;
  }
}
.Slide .slick-dots li button {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: thin solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  transition: all 0.3s;
}
.Slide .slick-dots li button:hover {
  background-color: #3760e5;
}
.Slide .slick-dots li button::before {
  content: none;
}
.Slide .slick-dots li.slick-active button {
  background-color: #3760e5;
}
.Slide .slick-prev, .Slide .slick-next {
  width: 87px;
  height: 300px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 580px) {
  .Slide .slick-prev, .Slide .slick-next {
    width: 47.85px;
    height: 156px;
  }
}
.Slide .slick-prev:hover, .Slide .slick-next:hover {
  background-color: transparent;
}
.Slide .slick-prev {
  left: 0;
}
.Slide .slick-next {
  right: 0;
}
.Slide .slick-prev::after, .Slide .slick-next::after {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #3760e5;
  z-index: 1;
  transform-origin: center;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 811px) {
  .Slide .slick-prev::after, .Slide .slick-next::after {
    transform: scale(50%);
  }
}
@media screen and (min-width: 811px) {
  .Slide .slick-prev:hover::after, .Slide .slick-next:hover::after {
    transform: scale(100%);
  }
}
.Slide .slick-prev:after {
  left: 40%;
  top: 50%;
}
@media screen and (max-width: 580px) {
  .Slide .slick-prev:after {
    left: 15px;
  }
}
.Slide .slick-next:after {
  right: 40%;
  top: 50%;
}
@media screen and (max-width: 580px) {
  .Slide .slick-next:after {
    right: 15px;
  }
}
.Slide .slick-prev::before, .Slide .slick-next::before {
  content: "\f125";
  font-family: ionicons;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 11px;
  z-index: 2;
  font-size: 12px;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 811px) {
  .Slide .slick-prev::before, .Slide .slick-next::before {
    opacity: 0;
    color: transparent;
  }
}
@media screen and (min-width: 811px) {
  .Slide .slick-prev:hover::before, .Slide .slick-next:hover::before {
    opacity: 1;
    color: #fff;
  }
}
.Slide .slick-prev:before {
  transform-origin: center center 0;
  transform: rotate(180deg) translate(3px, -5px);
}
@media screen and (max-width: 580px) {
  .Slide .slick-prev:before {
    transform: rotate(180deg) translate(3px, -4px);
  }
}
.Slide .slick-next:before {
  transform-origin: center center 0;
  transform: translate(-4px, 5px);
}
@media screen and (max-width: 580px) {
  .Slide .slick-next:before {
    transform: translate(-4px, 4px);
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.SlideB__item {
  position: relative;
  overflow: hidden;
}

.SlideB__img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}
.SlideB__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.swiper-slide-active .SlideB__img, .swiper-slide-duplicate-active .SlideB__img, .swiper-slide-prev .SlideB__img {
  animation: zoomUp 8s linear 0s 1 normal both;
}

.Button {
  position: relative;
  appearance: none;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  transition: 0.4s;
  line-height: inherit;
  white-space: nowrap;
  letter-spacing: 0.1em;
  width: max-content;
  max-width: 100%;
}

@media screen and (max-width: 811px) {
  .Button{
    white-space: normal;
    line-height: 1.3;
  }
}
.Button.-solid--variation01 {
  padding: 0 1.5em;
  color: #fff;
}
@media screen and (min-width: 811px) {
  .Button.-solid--variation01:hover {
    color: #111;
    background-color: transparent;
  }
}
.Button.-solid--variation02 {
  width: 100%;
  color: #111;
  border: thin solid #352F2D;
  background-color: #fff;
}
@media screen and (min-width: 811px) {
  .Button.-solid--variation02:hover {
    color: #fff;
    background-color: #3760e5;
    border-color: #3760e5;
  }
}
.Button.-solid--variation03 {
  padding: 0 1.5em;
  color: #fff;
  background-color: #111111;
}
@media screen and (min-width: 811px) {
  .Button.-solid--variation03:hover {
    color: #fff;
    background-color: #3760e5;
  }
}
.Print .Button.-solid--variation03 {
  width: 100%;
}
.Button.-ghost--variation01 {
  width: 100%;
  border: thin solid rgba(134, 134, 134, 0.3);
  font-weight: 700;
}
@media screen and (min-width: 811px) {
  .Button.-ghost--variation01:hover {
    color: #fff;
    background-color: #3760e5;
    border-color: #3760e5;
  }

  .ButtonSet2 .Button.-ghost--variation01:hover{
    color: inherit;
    background-color: #fff;
    border-color: #3760e5;
  }
}
.Button.-naked--variation00 {
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 811px) {
  .Button.-naked--variation00:hover {
    color: #3760e5;
  }
}
@media screen and (min-width: 811px) {
  .ArticleA:hover .Button.-naked--variation00, .PanelC:hover .Button.-naked--variation00 {
    color: #3760e5;
  }
}
.Button.-naked--variation01 {
  display: Flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.5em;
  padding-right: 1em;
  line-height: 1.3;
  font-weight: 700;
  border-bottom: thin solid rgba(134, 134, 134, 0.3);
}
@media screen and (min-width: 811px) {
  .Button.-naked--variation01:hover {
    color: #3760e5;
  }
}
.cont__solutionItem .Button.-naked--variation01 {
  color: #fff;
}
@media screen and (min-width: 811px) {
  .cont__solutionItem .Button.-naked--variation01:hover {
    color: #3760e5;
  }
}
.Button.-gravityCenter {
  display: Flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 811px) {
  .Button.-gravityCenter {
    text-indent: -0.1em;
  }
}
@media screen and (max-width: 768px) {
  .Usually__pageNaviItem .Button.-gravityCenter {
    justify-content: flex-start;
  }
}
.Button.-gravityCenter--mulutiLine {
  display: Flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.Button.-gravityLeft {
  display: Flex;
  align-items: center;
}
@media screen and (max-width: 580px) {
  .Footer__info .Button.-gravityLeft {
    justify-content: center;
  }
}
.Button.-low {
  min-height: 2.5em;
  padding: 0.3em 1em 0.28em;
}
@media screen and (max-width: 768px) {
  .Header__buttonItem .Button.-low {
    height: 50px;
  }
}
.Usually .Button.-low {
  padding-left: 2em;
  padding-right: 2em;
}
.InNavi__button .Button.-low {
  min-height: 2.3em;
}
.Button.-standard {
  min-height: 3.4em;
  padding: 0.3em 1em;
}
.Usually .Button.-standard {
  padding-left: 2em;
  padding-right: 2em;
}
.Slide .Button.-standard {
  padding: 0.3em 2em;
}
.Button.-high {
  min-height: 5em;
  padding: 0.6em 2.5em 0.5em 1.5em;
}
.AnkerNavi__item .Button.-high {
  min-height: 4.5em;
  padding: 0.9em 1.5em 0.5em;
}
@media screen and (max-width: 811px) {
  .AnkerNavi__item .Button.-high {
    min-height: 4em;
    padding: 0.9em 1.5em 0.3em;
  }
}
.Button.-full {
  height: 100%;
}
.Button__ico {
  display: inline-block;
  position: absolute;
  transition: all 0.3s ease;
}
.Button__ico.-positionRight {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .Button:hover .Button__ico.-positionRight {
    transform: translate(20%, -50%);
  }
}
.Button__ico.-positionLeft {
  position: relative;
  top: 0.1em;
  margin-right: 0.5em;
  font-size: 120%;
}
.Button:hover .Button__ico.-positionLeft {
  color: #fff;
}
.Button.-naked--variation01 .Button__ico {
  right: 0;
}
@media screen and (min-width: 811px) {
  .Button.-naked--variation01:hover .Button__ico {
    transform: translateX(30%);
  }
}
.-naked--variation00 .Button__ico {
  position: static;
}
@media screen and (min-width: 811px) {
  .Button.-naked--variation00:hover .Button__ico, .PanelC:hover .Button.-naked--variation00 .Button__ico {
    transform: translateX(30%);
  }
}

.Header {
  position: relative;
  height: 100%;
  background-color: #111111;
}
.Header.-old {
  background-color: #3760e5;
}
.Header__wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
}
@media screen and (max-width: 811px) {
  .Header__wrap {
    padding-left: 15px;
  }
}
.Header.-old .Header__wrap {
  justify-content: center;
  padding-left: 0;
}

.Header__elm {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Header__head {
  position: relative;
  width: 170px;
  margin-right: 4.5%;
}
@media screen and (max-width: 980px) {
  .Header__head {
    width: 135px;
  }
}
.Header.-old .Header__head {
  width: auto;
  margin-right: 0;
  font-size: 20px;
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 980px) {
  .Header.-old .Header__head {
    font-size: 16px;
  }
}
.Header.-old .Header__head > a {
  color: #fff;
  text-decoration: none;
}

.Header__navi {
  width: max-content;
  margin-right: 25px;
}
@media screen and (max-width: 980px) {
  .Header__navi {
    display: none;
  }
}

.Header__subItem {
  padding: 0 15px;
}
.Header__subItem:not(:first-of-type) {
  border-left: thin solid rgba(255, 255, 255, 0.25);
}
.Header__subItem:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 1080px) {
  .Header__subItem.-tel {
    display: none;
  }
}

.Header__spNavi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EBEBEB;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .Header__item {
    position: relative;
    z-index: 3;
    padding-left: 9px;
  }
  body.-naviOpen .Header__item:not(.-variation01) {
    display: none;
  }
}

.Header__button {
  height: 100%;
  width: 187px;
}
@media screen and (max-width: 980px) {
  .Header__button {
    width: 50px;
  }
}

.Header__buttonItem {
  height: 100%;
  font-size: 14px;
}

.Header__buttonTarget {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10%;
  color: #fff;
  white-space: nowrap;
  background-color: #3760e5;
}
@media screen and (min-width: 811px) {
  .Header__buttonTarget:hover {
    background-color: rgba(55, 96, 229, 0.5);
  }
}

.Header__buttonIco.-bell {
  width: 32px;
  height: 24px;
  margin-right: 0.7em;
}
@media screen and (max-width: 980px) {
  .Header__buttonIco.-bell {
    margin-right: 0;
    width: 27.2px;
    height: 20.4px;
  }
}

@media screen and (max-width: 980px) {
  .Header__buttonLavel {
    display: none;
  }
}

.Header__trriger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
}
@media screen and (min-width: 980px) {
  .Header__trriger {
    display: none;
  }
}

.Page__spNavi .GlobalNavi {
  padding-top: 50px;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .Page__spNavi .GlobalNavi {
    padding-top: 66px;
  }
}
@media screen and (max-width: 811px) {
  .Page__spNavi .GlobalNavi {
    padding-top: 50px;
  }
}
.GlobalNavi__main {
  position: relative;
  display: flex;
  align-items: center;
}
.Page__spNavi .GlobalNavi__main {
  display: block;
  height: 100%;
  padding: 0 8%;
  transform: translateX(20px);
  opacity: 0;
  transition: all 0.5s ease 0.4s;
  overflow-y: auto;
  visibility: hidden;
  z-index: -1;
}
body.-naviOpen .Page__spNavi .GlobalNavi__main {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  z-index: auto;
}

.GlobalNavi__item {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 980px) {
  .GlobalNavi__item {
    height: 66px;
  }
}
@media screen and (min-width: 980px) {
  .GlobalNavi__item:not(:last-of-type) {
    margin-right: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  .GlobalNavi__item::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #3760e5;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.GlobalNavi__item:hover::before {
  opacity: 1;
}
@media screen and (min-width: 980px) {
  .GlobalNavi__item.-hidePc {
    display: none;
  }
}
.Page__spNavi .GlobalNavi__item {
  font-size: 16px;
  border-bottom: thin solid rgba(134, 134, 134, 0.3);
}
.Page__spNavi .GlobalNavi__item.-hideSp {
  display: none;
}

.Page__spNavi .GlobalNavi__itemInner {
  opacity: 1;
  transition: height 0.3s ease, opacity 0.2s ease 0.2s;
}
.Page__spNavi .GlobalNavi__item:not(.-open) .GlobalNavi__itemInner {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}

.GlobalNavi__target {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #fff;
  height: 100%;
}
.Page__spNavi .GlobalNavi__target {
  width: 100%;
  padding: 1.5em 0;
  color: #fff;
}
.Page__spNavi .GlobalNavi__item.-hasSub .GlobalNavi__target {
  pointer-events: none;
}
.GlobalNavi__item.-hasSub .GlobalNavi__target {
  padding-right: 1.2em;
}
.GlobalNavi__item.-hasSub .GlobalNavi__target::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "\f3d0";
  font-family: Ionicons;
  color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .GlobalNavi__item.-hasSub .GlobalNavi__target::after {
    transition: all 0.3s ease;
  }
}
.GlobalNavi__item.-hasSub.-open .GlobalNavi__target::after {
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width: 980px) {
  .GlobalNavi__sub {
    position: fixed;
    left: 0;
    top: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    top: 66px;
    padding: 1em 20%;
    background-color: rgba(17, 17, 17, 0.85);
    z-index: -1;
    transform: translateY(-100%);
    transition: all 0.3s ease 0.3s;
  }
}
@media screen and (min-width: 980px) {
  .GlobalNavi__item.-hasSub:hover .GlobalNavi__sub {
    opacity: 1;
    color: #111;
    visibility: visible;
    transform: translateY(0);
  }
}
.Page__spNavi .GlobalNavi__sub {
  padding-bottom: 20px;
}

.GlobalNavi__itemSub {
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .GlobalNavi__itemSub {
    font-size: 14px;
    margin: 1.25em 1.15em;
    transition: opacity 0.5s ease;
  }
}
@media screen and (min-width: 980px) {
  .GlobalNavi__itemSub:hover {
    color: #111;
  }
}
@media screen and (min-width: 980px) {
  .GlobalNavi__item.-hasSub:hover .GlobalNavi__itemSub {
    transition: opacity 0.3s ease 0.5s;
  }
}
.Page__spNavi .GlobalNavi__itemSub {
  font-size: 16px;
  margin-left: 1em;
}
.Page__spNavi .GlobalNavi__itemSub:not(:last-of-type) {
  margin-bottom: 1.2em;
}

.GlobalNavi__targetSub {
  color: #fff;
}
@media screen and (max-width: 980px) {
  .GlobalNavi__targetSub {
    display: block;
    color: #B7B7B7;
  }
}
@media screen and (min-width: 980px) {
  .GlobalNavi__targetSub:hover {
    color: #3760e5;
  }
}

.GlobalNavi__ico.-earth {
  display: block;
  width: 1.42em;
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: auto) {
  .GlobalNavi__ico.-earth {
    height: 1.42em;
  }
}

@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -5200px 0;
  }
}
.Separation {
  position: relative;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
}
.Separation.-variation00 {
  background-color: transparent;
}
.Separation.-variation01 {
  background-color: #EBEBEB;
}
.Separation.-variation02 {
  background-color: #111111;
}
.Separation.-variation03 {
  background-color: #1F1F1F;
}
.Separation.-overflow {
  overflow: visible;
}
.Separation.-p01 {
  background-image: url("../../images/prot_map.svg?v=2");
  background-position: 105% 78%;
  background-repeat: no-repeat;
  background-size: auto 130%;
}
@media screen and (max-width: 1100px) {
  .Separation.-p01 {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .Separation.-p01 {
    background-size: auto 100%;
    background-position: 50% 78%;
  }
}
@media screen and (max-width: 580px) {
  .Separation.-p01 {
    background-image: url("../../images/prot_map_sp.svg?v=2");
    background-size: 100% auto;
    background-position: 50% -35vw;
  }
}
@media screen and (max-width: 440px) {
  .Separation.-p01 {
    background-position: 50% -10vw;
  }
}
@media screen and (max-width: 380px) {
  .Separation.-p01 {
    background-position: 50% 10vw;
  }
}
@media screen and (max-width: 340px) {
  .Separation.-p01 {
    background-position: 50% 40vw;
  }
}
.Separation.-p02 {
  z-index: 1;
  background-image: url("../../images/company_slide.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  animation: bgroop 200s linear infinite;
}
@media screen and (max-width: 580px) {
  .Separation.-p02 {
    background-image: none;
  }
}
.Separation.-p02::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #EBEBEB 0%, #EBEBEB 50%, rgba(235, 235, 235, 0.37) 72%, rgba(235, 235, 235, 0) 77%, rgba(235, 235, 235, 0) 100%);
}
@media screen and (max-width: 580px) {
  .Separation.-p02::before {
    background-image: none;
    background-color: #EBEBEB;
  }
}
.Separation.-vdc {
  position: absolute;
  left: 0;
  top: 0;
}
.Separation.-vdcStr02, .Separation.-vdcStr03 {
  z-index: 3;
}
.Separation__wrap, .Footer__outer {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.Separation__wrap.-variation01, .-variation01.Footer__outer {
  max-width: 780px;
}

.Separation__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
body.post-type-archive-zine .Separation__head {
  aspect-ratio: 1/0.088;
}
@supports not (aspect-ratio: auto) {
  body.post-type-archive-zine .Separation__head {
    position: relative;
  }
  body.post-type-archive-zine .Separation__head::before {
    content: "";
    float: left;
    padding-top: calc((0.088 / 1) * 100%);
  }
  body.post-type-archive-zine .Separation__head::after {
    content: "";
    clear: both;
    display: block;
  }
  body.post-type-archive-zine .Separation__head > img,
  body.post-type-archive-zine .Separation__head > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@supports not (aspect-ratio: auto) {
  body.post-type-archive-zine .Separation__head {
    height: 110px;
  }
  @media screen and (max-width: 811px) {
    body.post-type-archive-zine .Separation__head {
      height: 70px;
    }
  }
  @media screen and (max-width: 580px) {
    body.post-type-archive-zine .Separation__head {
      height: 0;
    }
  }
}

.Separation__head2 {
  font-size: 30px;
}
@media screen and (max-width: 811px) {
  .Separation__head2 {
    font-size: 22px;
  }
}

.Separation__lavel {
  position: relative;
  font-size: max(56px, min(8vw, 96px));
  font-family: "montserrat", sans-serif;
  line-height: 0.99;
  vertical-align: top;
  letter-spacing: 0.06em;
  text-shadow: 1px 1px 0 rgba(134, 134, 134, 0.2), -1px 1px 0 rgba(134, 134, 134, 0.2), 1px -1px 0 rgba(134, 134, 134, 0.2), -1px -1px 0 rgba(134, 134, 134, 0.2);
}
.Separation__lavel.-p01 {
  left: -0.1em;
  top: -0.18em;
  color: #EBEBEB;
}
.Separation__lavel.-p02 {
  left: -0.1em;
  top: -0.18em;
  color: #fff;
}
.Separation__lavel.-p03 {
  left: -0.1em;
  top: -0.17em;
  color: #111111;
}
.Separation__lavel.-p04 {
  left: -0.1em;
  top: -0.17em;
  color: #EBEBEB;
}
.Separation__lavel.-p05 {
  position: absolute;
  display: block;
  width: 805px;
  left: auto;
  right: -7px;
  top: -3px;
}
@media screen and (max-width: 1200px) {
  .Separation__lavel.-p05 {
    width: 70vw;
  }
}
@media screen and (max-width: 768px) {
  .Separation__lavel.-p05 {
    display: none;
  }
}
body.tax-zine_tag .Separation__lavel.-p05, body.tax-zine_category .Separation__lavel.-p05 {
  display: none;
}
.Separation__lavel.-p06 {
  left: -0.05em;
  top: -0.02em;
  color: #EBEBEB;
}
body.vdc .Separation__lavel {
  font-size: max(45px, min(8vw, 96px));
}

.Separation__inner {
  position: relative;
  margin: 0 3%;
  padding: 0 30px;
  z-index: 1;
}
@media screen and (min-width: 1340px) {
  .Separation__inner {
    padding: 0 35px;
  }
}
@media screen and (max-width: 811px) {
  .Separation__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 580px) {
  .Separation__inner {
    border-right-style: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .Separation.-p02 .Separation__inner {
    overflow: visible;
  }
}

.GridA {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 5.4%;
}
@media screen and (max-width: 580px) {
  .GridA {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
}

.GridB {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 3.5%;
}
@media screen and (max-width: 811px) {
  .GridB {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 3.5%;
  }
}

.GridC {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 3.5%;
}
@media screen and (max-width: 811px) {
  .GridC {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 3.5%;
  }
}

.GridD {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px 1px;
}
@media screen and (max-width: 580px) {
  .GridD {
    grid-template-columns: repeat(1, 1fr);
    gap: 1px 0;
  }
}
@media screen and (max-width: 811px) {
  .GridD__item.-mobileHide {
    display: none;
  }
}

.ArticleA__meta {
  margin-bottom: 1em;
  color: #A0A0A0;
}
@media screen and (max-width: 811px) {
  .ArticleA__meta {
    font-size: 14px;
  }
}

.ArticleA__head {
  margin-bottom: 0.8em;
  font-size: 20px;
}
@media screen and (max-width: 811px) {
  .ArticleA__head {
    font-size: 18px;
  }
}

.ArticleA__button {
  margin-bottom: 2em;
}

.Thumbnail {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.Thumbnail.-variation00 {
  aspect-ratio: 1/0.362;
}
@supports not (aspect-ratio: auto) {
  .Thumbnail.-variation00 {
    position: relative;
  }
  .Thumbnail.-variation00::before {
    content: "";
    float: left;
    padding-top: calc((0.362 / 1) * 100%);
  }
  .Thumbnail.-variation00::after {
    content: "";
    clear: both;
    display: block;
  }
  .Thumbnail.-variation00 > img,
  .Thumbnail.-variation00 > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.Thumbnail.-variation01 {
  aspect-ratio: 1/0.557;
}
@supports not (aspect-ratio: auto) {
  .Thumbnail.-variation01 {
    position: relative;
  }
  .Thumbnail.-variation01::before {
    content: "";
    float: left;
    padding-top: calc((0.557 / 1) * 100%);
  }
  .Thumbnail.-variation01::after {
    content: "";
    clear: both;
    display: block;
  }
  .Thumbnail.-variation01 > img,
  .Thumbnail.-variation01 > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .Thumbnail.-variation01 {
    aspect-ratio: 1/0.758;
  }
  @supports not (aspect-ratio: auto) {
    .Thumbnail.-variation01 {
      position: relative;
    }
    .Thumbnail.-variation01::before {
      content: "";
      float: left;
      padding-top: calc((0.758 / 1) * 100%);
    }
    .Thumbnail.-variation01::after {
      content: "";
      clear: both;
      display: block;
    }
    .Thumbnail.-variation01 > img,
    .Thumbnail.-variation01 > iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
@media screen and (max-width: 580px) {
  .PanelA__img .Thumbnail.-variation01 {
    aspect-ratio: 1/0.557;
  }
  @supports not (aspect-ratio: auto) {
    .PanelA__img .Thumbnail.-variation01 {
      position: relative;
    }
    .PanelA__img .Thumbnail.-variation01::before {
      content: "";
      float: left;
      padding-top: calc((0.557 / 1) * 100%);
    }
    .PanelA__img .Thumbnail.-variation01::after {
      content: "";
      clear: both;
      display: block;
    }
    .PanelA__img .Thumbnail.-variation01 > img,
    .PanelA__img .Thumbnail.-variation01 > iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
.Thumbnail.-variation03 {
  aspect-ratio: 1/0.644;
}
@supports not (aspect-ratio: auto) {
  .Thumbnail.-variation03 {
    position: relative;
  }
  .Thumbnail.-variation03::before {
    content: "";
    float: left;
    padding-top: calc((0.644 / 1) * 100%);
  }
  .Thumbnail.-variation03::after {
    content: "";
    clear: both;
    display: block;
  }
  .Thumbnail.-variation03 > img,
  .Thumbnail.-variation03 > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .Thumbnail.-variation03 {
    aspect-ratio: 1/1.024;
  }
  @supports not (aspect-ratio: auto) {
    .Thumbnail.-variation03 {
      position: relative;
    }
    .Thumbnail.-variation03::before {
      content: "";
      float: left;
      padding-top: calc((1.024 / 1) * 100%);
    }
    .Thumbnail.-variation03::after {
      content: "";
      clear: both;
      display: block;
    }
    .Thumbnail.-variation03 > img,
    .Thumbnail.-variation03 > iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
.Thumbnail.-variation04 {
  aspect-ratio: 1/0.637;
}
@supports not (aspect-ratio: auto) {
  .Thumbnail.-variation04 {
    position: relative;
  }
  .Thumbnail.-variation04::before {
    content: "";
    float: left;
    padding-top: calc((0.637 / 1) * 100%);
  }
  .Thumbnail.-variation04::after {
    content: "";
    clear: both;
    display: block;
  }
  .Thumbnail.-variation04 > img,
  .Thumbnail.-variation04 > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.Thumbnail.-variation06 {
  aspect-ratio: 1/1;
}
.Thumbnail > img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: all 0.4s ease;
}
@media screen and (min-width: 811px) {
  .CardA:hover .Thumbnail > img, .CardB__target:hover .Thumbnail > img, .PanelA__img:hover .Thumbnail > img, .PanelB:hover .Thumbnail > img, .PanelC:hover .Thumbnail > img {
    transform: scale(1.1);
  }
}


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

.Heading, .Post .titleA, .Post .titleA_center, .Post .titleB1, .Post .titleB2, .Post .titleC, .Post .titleC2, .Post .titleD, .Post .titleD2, .Post .titleE1, .Post .titleE2 {
  position: relative;
  line-height: 1.5;
  font-size: inherit;
}
.Heading.-format01, .Post .-format01.titleA_center, .Post .-format01.titleB1, .Post .-format01.titleB2, .Post .-format01.titleC, .Post .-format01.titleC2, .Post .-format01.titleD, .Post .-format01.titleD2, .Post .-format01.titleE1, .Post .-format01.titleE2, .Post .titleA {
  display: block;
  padding-left: 3%;
  color: inherit;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 811px) {
  .Heading.-format01, .Post .-format01.titleA_center, .Post .-format01.titleB1, .Post .-format01.titleB2, .Post .-format01.titleC, .Post .-format01.titleC2, .Post .-format01.titleD, .Post .-format01.titleD2, .Post .-format01.titleE1, .Post .-format01.titleE2, .Post .titleA {
    padding-left: 5%;
  }
}

.Heading__add{
    display: inline;
    padding: 0.5em;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-decoration-break: clone;
    line-height: 2.2;
    letter-spacing: 0.15em;
    background-color: #111111;
}

@media screen and (max-width: 811px) {
    .Heading__add{
        font-size: 12px;
    }
}

.Heading.-format01::before, .Post .-format01.titleA_center::before, .Post .-format01.titleB1::before, .Post .-format01.titleB2::before, .Post .-format01.titleC::before, .Post .-format01.titleC2::before, .Post .-format01.titleD::before, .Post .-format01.titleD2::before, .Post .-format01.titleE1::before, .Post .-format01.titleE2::before, .Post .titleA::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #3760e5;
  z-index: 2;
}
.Heading.-format02, .Post .-format02.titleA, .Post .-format02.titleA_center, .Post .-format02.titleB1, .Post .-format02.titleB2, .Post .-format02.titleC, .Post .-format02.titleC2, .Post .-format02.titleD, .Post .-format02.titleD2, .Post .-format02.titleE1, .Post .-format02.titleE2 {
  padding-left: 2em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.Heading.-format02::before, .Post .-format02.titleA::before, .Post .-format02.titleA_center::before, .Post .-format02.titleB1::before, .Post .-format02.titleB2::before, .Post .-format02.titleC::before, .Post .-format02.titleC2::before, .Post .-format02.titleD::before, .Post .-format02.titleD2::before, .Post .-format02.titleE1::before, .Post .-format02.titleE2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1em;
  height: 0.25em;
  background-color: #3760e5;
  transform: translateY(-50%);
}
.Heading.-format03, .Post .-format03.titleA, .Post .-format03.titleA_center, .Post .-format03.titleC, .Post .-format03.titleC2, .Post .-format03.titleD, .Post .-format03.titleD2, .Post .-format03.titleE1, .Post .-format03.titleE2, .Post .titleB1, .Post .titleB2 {
  padding-left: 1.2em;
  color: inherit;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.Heading.-format03::before, .Post .-format03.titleA::before, .Post .-format03.titleA_center::before, .Post .-format03.titleC::before, .Post .-format03.titleC2::before, .Post .-format03.titleD::before, .Post .-format03.titleD2::before, .Post .-format03.titleE1::before, .Post .-format03.titleE2::before, .Post .titleB1::before, .Post .titleB2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.8em;
  height: 3px;
  background-color: #3760e5;
  transform: translateY(-50%);
}
.SubCont__head .Heading.-format03, .SubCont__head .Post .-format03.titleA, .Post .SubCont__head .-format03.titleA, .SubCont__head .Post .-format03.titleA_center, .Post .SubCont__head .-format03.titleA_center, .SubCont__head .Post .-format03.titleC, .Post .SubCont__head .-format03.titleC, .SubCont__head .Post .-format03.titleC2, .Post .SubCont__head .-format03.titleC2, .SubCont__head .Post .-format03.titleD, .Post .SubCont__head .-format03.titleD, .SubCont__head .Post .-format03.titleD2, .Post .SubCont__head .-format03.titleD2, .SubCont__head .Post .-format03.titleE1, .Post .SubCont__head .-format03.titleE1, .SubCont__head .Post .-format03.titleE2, .Post .SubCont__head .-format03.titleE2, .SubCont__head .Post .titleB1, .Post .SubCont__head .titleB1, .SubCont__head .Post .titleB2, .Post .SubCont__head .titleB2 {
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.Heading.-format04, .Post .-format04.titleA, .Post .-format04.titleA_center, .Post .-format04.titleB1, .Post .-format04.titleB2, .Post .-format04.titleC, .Post .-format04.titleC2, .Post .-format04.titleD, .Post .-format04.titleD2, .Post .-format04.titleE1, .Post .-format04.titleE2 {
  display: inline;
  padding: 0.5em;
  color: #fff;
  box-decoration-break: clone;
  line-height: 2.2;
  letter-spacing: 0.15em;
  background-color: #111111;
  transition: all 0.3s ease;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 811px) {
  .Heading.-format04, .Post .-format04.titleA, .Post .-format04.titleA_center, .Post .-format04.titleB1, .Post .-format04.titleB2, .Post .-format04.titleC, .Post .-format04.titleC2, .Post .-format04.titleD, .Post .-format04.titleD2, .Post .-format04.titleE1, .Post .-format04.titleE2 {
    line-height: 2.3;
  }
}
@media screen and (min-width: 811px) {
  .PanelA__head:hover .Heading.-format04, .PanelA__head:hover .Post .-format04.titleA, .Post .PanelA__head:hover .-format04.titleA, .PanelA__head:hover .Post .-format04.titleA_center, .Post .PanelA__head:hover .-format04.titleA_center, .PanelA__head:hover .Post .-format04.titleB1, .Post .PanelA__head:hover .-format04.titleB1, .PanelA__head:hover .Post .-format04.titleB2, .Post .PanelA__head:hover .-format04.titleB2, .PanelA__head:hover .Post .-format04.titleC, .Post .PanelA__head:hover .-format04.titleC, .PanelA__head:hover .Post .-format04.titleC2, .Post .PanelA__head:hover .-format04.titleC2, .PanelA__head:hover .Post .-format04.titleD, .Post .PanelA__head:hover .-format04.titleD, .PanelA__head:hover .Post .-format04.titleD2, .Post .PanelA__head:hover .-format04.titleD2, .PanelA__head:hover .Post .-format04.titleE1, .Post .PanelA__head:hover .-format04.titleE1, .PanelA__head:hover .Post .-format04.titleE2, .Post .PanelA__head:hover .-format04.titleE2 {
    background-color: #3760e5;
  }
}

@media screen and (min-width: 811px) {
    body.single.-zine .PanelA__head:hover{
        pointer-events: none;
    }

    body.single.-zine .PanelA__target:hover .Heading.-format04{
        background-color: #3760e5;
    }
}
.Heading.-format05, .Post .-format05.titleA, .Post .-format05.titleA_center, .Post .-format05.titleB1, .Post .-format05.titleB2, .Post .-format05.titleC, .Post .-format05.titleC2, .Post .-format05.titleD, .Post .-format05.titleD2, .Post .-format05.titleE1, .Post .-format05.titleE2 {
  padding: 0.6em 1.5em;
  color: #fff;
  background-color: #292929;
}
.Heading.-format055, .Post .-format055.titleA, .Post .-format055.titleA_center, .Post .-format055.titleB1, .Post .-format055.titleB2, .Post .-format055.titleC, .Post .-format055.titleC2, .Post .-format055.titleD, .Post .-format055.titleD2, .Post .-format055.titleE1, .Post .-format055.titleE2 {
  padding: 0.6em 1.5em;
  color: #111;
  background-color: #EBEBEB;
}
.Heading.-format06, .Post .-format06.titleA, .Post .-format06.titleA_center, .Post .-format06.titleB1, .Post .-format06.titleB2, .Post .-format06.titleC, .Post .-format06.titleC2, .Post .-format06.titleD, .Post .-format06.titleD2, .Post .-format06.titleE1, .Post .-format06.titleE2 {
  padding-top: 1.5em;
  text-align: center;
  font-size: 22px;
}
.Heading.-format06::before, .Post .-format06.titleA::before, .Post .-format06.titleA_center::before, .Post .-format06.titleB1::before, .Post .-format06.titleB2::before, .Post .-format06.titleC::before, .Post .-format06.titleC2::before, .Post .-format06.titleD::before, .Post .-format06.titleD2::before, .Post .-format06.titleE1::before, .Post .-format06.titleE2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 45px;
  height: 4px;
  background-color: #3760e5;
  transform: translateX(-50%);
}
.Heading.-format07, .Post .-format07.titleA, .Post .-format07.titleA_center, .Post .-format07.titleB1, .Post .-format07.titleB2, .Post .-format07.titleC, .Post .-format07.titleC2, .Post .-format07.titleD, .Post .-format07.titleD2, .Post .-format07.titleE1, .Post .-format07.titleE2 {
  line-height: 1.5;
}
.Heading.-format08, .Post .-format08.titleA, .Post .-format08.titleB1, .Post .-format08.titleB2, .Post .-format08.titleC, .Post .-format08.titleC2, .Post .-format08.titleD, .Post .-format08.titleD2, .Post .-format08.titleE1, .Post .-format08.titleE2, .Post .titleA_center {
  padding-bottom: 1.5em;
  text-align: center;
  line-height: 1;
}
.Heading.-format08::after, .Post .-format08.titleA::after, .Post .-format08.titleB1::after, .Post .-format08.titleB2::after, .Post .-format08.titleC::after, .Post .-format08.titleC2::after, .Post .-format08.titleD::after, .Post .-format08.titleD2::after, .Post .-format08.titleE1::after, .Post .-format08.titleE2::after, .Post .titleA_center::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 4px;
  background-color: #3760e5;
}
.Heading.-format11, .Post .-format11.titleA, .Post .-format11.titleA_center, .Post .-format11.titleB1, .Post .-format11.titleB2, .Post .-format11.titleC, .Post .-format11.titleC2, .Post .-format11.titleE1, .Post .-format11.titleE2, .Post .titleD, .Post .titleD2 {
  color: #3760e5;
}
.Heading.-format13, .Post .-format13.titleA, .Post .-format13.titleA_center, .Post .-format13.titleB1, .Post .-format13.titleB2, .Post .-format13.titleC, .Post .-format13.titleC2, .Post .-format13.titleD, .Post .-format13.titleD2, .Post .titleE1, .Post .titleE2 {
  padding: 0.5em 1em;
  background-color: #EBEBEB;
  border-left: 4px solid #3760e5;
}
.Heading.-format14, .Post .-format14.titleA, .Post .-format14.titleA_center, .Post .-format14.titleB1, .Post .-format14.titleB2, .Post .-format14.titleC, .Post .-format14.titleC2, .Post .-format14.titleD, .Post .-format14.titleD2, .Post .-format14.titleE1, .Post .-format14.titleE2 {
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.02em;
}
.Heading.-format14 > span, .Post .-format14.titleA > span, .Post .-format14.titleA_center > span, .Post .-format14.titleB1 > span, .Post .-format14.titleB2 > span, .Post .-format14.titleC > span, .Post .-format14.titleC2 > span, .Post .-format14.titleD > span, .Post .-format14.titleD2 > span, .Post .-format14.titleE1 > span, .Post .-format14.titleE2 > span {
  color: #3760e5;
}
.Heading__sub {
  padding-left: 1.5em;
  font-size: 40%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 340px) {
  .Heading__sub {
    display: block;
    margin-top: 0.5em;
    padding-left: 0;
    line-height: 1.7;
  }
}
@media screen and (max-width: 811px) {
  .Heading__sub {
    font-size: 55%;
  }
}
.Heading__sub.-variation01, .Post .Heading__sub.areaGray {
  padding-left: 0;
}
.Heading__sub.-variation02, .Post .Heading__sub.areaLine {
  padding-left: 0;
  font-size: 70%;
}
.Heading__sub.-variation03 {
  padding-left: 0;
  font-size: 50%;
}
.Cont__headAux.-variation01 .Heading__sub.-variation03, .Post .Cont__headAux.areaGray .Heading__sub.-variation03 {
  padding-left: 1.5em;
}

.Cont {
  position: relative;
  z-index: 3;
}
.Cont__head {
  font-size: 30px;
  margin-bottom: 50px;
  margin-left: -30px;
}
@media screen and (max-width: 811px) {
  .Cont__head {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1340px) {
  .Cont__head {
    margin-left: -35px;
  }
}
@media screen and (max-width: 811px) {
  .Cont__head {
    margin-left: -15px;
  }
}
.Cont__head.-variation01 {
  color: #fff;
}
body.-zine .Cont__head {
  margin-bottom: 180px;
}
@media screen and (max-width: 811px) {
  body.-zine .Cont__head {
    font-size: 26px;
    margin-bottom: 80px;
  }
}
body.tax-zine_tag .Cont__head, body.tax-zine_category .Cont__head {
  margin-bottom: 100px;
}
@media screen and (max-width: 811px) {
  body.tax-zine_tag .Cont__head, body.tax-zine_category .Cont__head {
    margin-bottom: 60px;
  }
}

.Cont__head2 {
  margin-bottom: 50px;
  font-size: 30px;
}
@media screen and (max-width: 811px) {
  .Cont__head2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 811px) {
  .Cont__head2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
  .Separation.-vdcStr02 .Cont__head2 {
    margin-top: 0;
  }
}

.Cont__head3 {
  font-size: 20px;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 811px) {
  .Cont__head3 {
    font-size: 16px;
  }
}

.Cont__headSub {
  margin-bottom: 10px;
  font-size: 18px;
}

.Cont__otbHead {
  font-size: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .Cont__otbHead {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 580px) {
  .Cont__otbHead {
    display: none;
  }
}

.Cont__otbHeadSp {
  font-size: 22px;
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .Cont__otbHeadSp {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 580px) {
  .Cont__otbHeadSp {
    display: none;
  }
}

.Cont__discription {
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .Cont__discription {
    margin-bottom: 35px;
  }
}
.Cont__discription.-variation01 {
  color: #fff;
}

.Cont__headAdd {
  margin-bottom: 10px;
  text-align: center;
  font-size: 26px;
}
@media screen and (min-width: 580px) {
  .Cont__headAdd {
    display: none;
  }
}

.Cont__headSubAux {
  text-align: center;
}
@media screen and (min-width: 580px) {
  .Cont__headSubAux {
    display: none;
  }
}

.Cont__copy {
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .Cont__copy {
    margin-bottom: 35px;
  }
}

.Cont__item:not(:last-child) {
  margin-bottom: 115px;
}
@media screen and (max-width: 811px) {
  .Cont__item:not(:last-child) {
    margin-bottom: 70px;
  }
}
.Cont__item.-variation01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .Cont__item.-variation01 {
    margin-bottom: 35px;
  }
}

.Cont__main {
  padding: 0 3%;
}
.Cont__main:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .Cont__main:not(:last-child) {
    margin-bottom: 35px;
  }
}

.Cont__archiveItem:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (max-width: 811px) {
  .Cont__archiveItem:not(:last-of-type) {
    margin-bottom: 23px;
  }
}
body.post-type-archive-information .Cont__archiveItem {
  border-bottom: 1px dotted rgba(134, 134, 134, 0.3);
}

.Cont__grid {
  margin-left: auto;
  margin-right: auto;
}
.Cont__grid:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 811px) {
  .Cont__grid:not(:first-child) {
    margin-top: 35px;
  }
}
.Cont__grid.-narrow {
  max-width: 900px;
}
.Cont_panel {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .Cont_panel {
    margin-top: 35px;
  }
}
@media screen and (max-width: 811px) {
  .Cont_panel {
    margin-bottom: 35px;
  }
}

.Cont__compare {
  display: flex;
  margin-bottom: 50px;
  margin-left: 3%;
}
@media screen and (max-width: 811px) {
  .Cont__compare {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1100px) {
  .Cont__compare {
    display: block;
    width: fit-content;
  }
}
@media screen and (max-width: 811px) {
  .Cont__compare {
    margin-left: 0;
  }
}
@media screen and (max-width: 580px) {
  .Cont__compare {
    width: 100%;
    padding-bottom: 70vw;
  }
}
@media screen and (max-width: 400px) {
  .Cont__compare {
    width: 100%;
    padding-bottom: 80vw;
  }
}

.Cont__compareItem {
  padding: 0.5em 0;
}
.Cont__compareItem:not(:last-of-type) {
  padding-right: 3%;
  border-right: thin solid rgba(134, 134, 134, 0.3);
}
@media screen and (max-width: 1100px) {
  .Cont__compareItem:not(:last-of-type) {
    padding-right: 0;
    padding-bottom: 1em;
    border-right-style: none;
    border-bottom: thin solid rgba(134, 134, 134, 0.3);
  }
}
.Cont__compareItem:not(:first-of-type) {
  padding-left: 3%;
}
@media screen and (max-width: 1100px) {
  .Cont__compareItem:not(:first-of-type) {
    padding-left: 0;
  }
}

.Cont__carousel {
  position: relative;
  height: 297px;
  margin-left: -10%;
  margin-right: -5%;
  margin-bottom: 20px;
  background-image: url("../../images/company_slide.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  animation: bgroop_sp 200s linear infinite;
}
@media screen and (min-width: 580px) {
  .Cont__carousel {
    display: none;
  }
}
@keyframes bgroop_sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -5200px 0;
  }
}
.Cont__carousel::after {
  display: block;
  content: "";
}

@media screen and (min-width: 811px) {
  .Cont__box {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.Cont__box:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .Cont__box:not(:last-child) {
    margin-bottom: 35px;
  }
}

.cont__solution {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 3%;
}
@media screen and (max-width: 811px) {
  .cont__solution {
    margin-left: 0;
  }
}
@media screen and (max-width: 580px) {
  .cont__solution {
    display: block;
  }
}

@media screen and (max-width: 811px) {
  .cont__solutionItem {
    width: fit-content;
  }
  .cont__solutionItem.-site {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 580px) {
  .cont__solutionItem:not(.-site) {
    width: 100%;
  }
}

.Cont__tab {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .Cont__tab {
    display: none;
  }
}
body.-zine .Cont__tab {
  margin-bottom: 0;
}

.Cont__column {
  display: flex;
  flex-wrap: wrap;
  justify-Content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .Cont__column {
    display: block;
  }
}
.Cont__column .Cont__columnMain {
  flex: 1;
  min-height: 0;
  min-width: 0;
}
.Cont__column .Cont__columnSub {
  width: 200px;
  margin-left: 3.7%;
}
@media screen and (max-width: 768px) {
  .Cont__column .Cont__columnSub {
    display: none;
  }
}

.Cont_breadcrumbs {
  margin-bottom: 23px;
}
@media screen and (max-width: 811px) {
  .Cont_breadcrumbs {
    margin-bottom: 18.4px;
  }
}

.Cont__companyIndexMain {
  margin-bottom: 40px;
}
@media screen and (max-width: 811px) {
  .Cont__companyIndexMain {
    margin-bottom: 30px;
  }
}

.Cont__slogan {
  margin-bottom: 60px;
}
@media screen and (max-width: 811px) {
  .Cont__slogan {
    margin-bottom: 50px;
  }
}

.Cont__headAux {
  margin-bottom: 40px;
  font-size: 56px;
}
@media screen and (max-width: 811px) {
  .Cont__headAux {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 811px) {
  .Cont__headAux {
    font-size: 29px;
  }
}
.Cont__headAux.-variation01 {
  margin-bottom: 20px;
  font-size: 34px;
}
@media screen and (max-width: 811px) {
  .Cont__headAux.-variation01 {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 811px) {
  .Cont__headAux.-variation01 {
    font-size: 24px;
  }
}

.Cont__companyConceptItem:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 811px) {
  .Cont__companyConceptItem:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.Cont__Gallery {
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .Cont__Gallery {
    margin-bottom: 35px;
  }
}

.Cont__feature {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: thin solid rgba(134, 134, 134, 0.3);
}
@media screen and (max-width: 811px) {
  .Cont__feature {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 811px) {
  .Cont__feature {
    padding-bottom: 14px;
  }
}

.Cont__post:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 811px) {
  .Cont__post:not(:last-child) {
    margin-bottom: 50px;
  }
}

.Cont__lavel {
  margin-bottom: 40px;
  margin-left: -30px;
  overflow: hidden;
}
@media screen and (max-width: 811px) {
  .Cont__lavel {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1340px) {
  .Cont__lavel {
    margin-left: -35px;
  }
}
@media screen and (max-width: 811px) {
  .Cont__lavel {
    margin-left: -15px;
  }
}

.Cont__cardList {
  margin-left: calc(-30px - 5%);
  margin-right: calc(-30px - 5%);
  overflow: visible !important;
}
.Cont__cardList .swiper-button-prev,
.Cont__cardList .swiper-button-next {
  position: absolute;
  top: 45%;
  height: 80px;
}
.Cont__cardList .swiper-button-prev::after,
.Cont__cardList .swiper-button-next::after {
  position: absolute;
  top: 50%;
  z-index: 2;
  content: "\f125";
  font-family: ionicons;
  color: #fff;
  font-size: 12px;
}
.Cont__cardList .swiper-button-prev::before,
.Cont__cardList .swiper-button-next::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #3760e5;
}
.Cont__cardList .swiper-button-prev {
  left: calc(-30px + -20px + -3px);
}
@media screen and (min-width: 1340px) {
  .Cont__cardList .swiper-button-prev {
    left: calc(-35px + -20px + -3px);
  }
}
@media screen and (max-width: 811px) {
  .Cont__cardList .swiper-button-prev {
    display: none;
  }
}
.Cont__cardList .swiper-button-prev::after {
  transform: translateY(-50%) rotate(180deg);
}
.Cont__cardList .swiper-button-prev::before {
  transform: translateY(-50%);
}
.Cont__cardList .swiper-button-next {
  right: calc(-30px + -20px + -3px);
}
@media screen and (min-width: 1340px) {
  .Cont__cardList .swiper-button-next {
    right: calc(-35px + -20px + -3px);
  }
}
@media screen and (max-width: 811px) {
  .Cont__cardList .swiper-button-next {
    display: none;
  }
}
.Cont__cardList .swiper-button-next::after {
  transform: translateY(-50%);
}
.Cont__cardList .swiper-button-next::before {
  transform: translateY(-50%);
}

.Cont__form {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.Cont__bodyAdd {
  margin-bottom: 100px;
}
@media screen and (max-width: 811px) {
  .Cont__bodyAdd {
    margin-bottom: 70px;
  }
}
.Cont__item + .Cont__bodyAdd {
  margin-top: -50px;
}
.Cont__item.-variation01 + .Cont__bodyAdd {
  margin-top: 0;
}
.Cont__post + .Cont__bodyAdd {
  margin-top: 50px;
}
@media screen and (max-width: 811px) {
  .Cont__post + .Cont__bodyAdd {
    margin-top: 35px;
  }
}

.Cont__button {
  max-width: 316px;
  margin-left: auto;
  margin-right: auto;
}
.Cont__button.-variation01 {
  max-width: 280px;
}

.Wrap {
  padding-top: 115px;
  padding-bottom: 60px;
}
@media screen and (max-width: 811px) {
  .Wrap {
    padding-top: 70.15px;
  }
}
@media screen and (max-width: 811px) {
  .Wrap {
    padding-bottom: 49.8px;
  }
}
@media screen and (max-width: 580px) {
  .Separation.-vdcStr02 .Wrap {
    padding-top: 0;
  }
}
.Wrap.-variation01 {
  padding-top: 175px;
  padding-bottom: 60px;
}
@media screen and (max-width: 811px) {
  .Wrap.-variation01 {
    padding-top: 106.75px;
  }
}
@media screen and (max-width: 811px) {
  .Wrap.-variation01 {
    padding-bottom: 49.8px;
  }
}
body.tax-zine_tag .Wrap.-variation01, body.tax-zine_category .Wrap.-variation01 {
  padding-top: 100px;
}
@media screen and (max-width: 811px) {
  body.tax-zine_tag .Wrap.-variation01, body.tax-zine_category .Wrap.-variation01 {
    padding-top: 61px;
  }
}
.Wrap.-variation02 {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media screen and (max-width: 811px) {
  .Wrap.-variation02 {
    padding-top: 42px;
  }
}
@media screen and (max-width: 811px) {
  .Wrap.-variation02 {
    padding-bottom: 49.8px;
  }
}
.Wrap.-variation03 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 811px) {
  .Wrap.-variation03 {
    padding-top: 36px;
  }
}
@media screen and (max-width: 811px) {
  .Wrap.-variation03 {
    padding-bottom: 36px;
  }
}
.Wrap.-variation04 {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width: 811px) {
  .Wrap.-variation04 {
    padding-top: 61px;
  }
}
@media screen and (max-width: 811px) {
  .Wrap.-variation04 {
    padding-bottom: 49.8px;
  }
}
.Wrap.-variation05 {
  padding-top: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 811px) {
  .Wrap.-variation05 {
    padding-top: 0;
  }
}
@media screen and (max-width: 811px) {
  .Wrap.-variation05 {
    padding-bottom: 36px;
  }
}
.Wrap.-variation06 {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .Wrap.-variation06 {
    padding-top: 36px;
  }
}
@media screen and (max-width: 811px) {
  .Wrap.-variation06 {
    padding-bottom: 30px;
  }
}
.Wrap.-variation07 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 811px) {
  .Wrap.-variation07 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 811px) {
  .Wrap.-variation07 {
    padding-bottom: 60px;
  }
}

.CardA {
  position: relative;
  display: block;
  overflow: hidden;
}
.CardA__img {
  position: relative;
  z-index: 1;
}
.CardA__img::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #111111;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.CardA:hover .CardA__img::after {
  opacity: 0;
}

.CardA__head {
  position: absolute;
  left: 0;
  bottom: 1em;
  z-index: 3;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 811px) {
  .CardA__head {
    font-size: 2vw;
  }
}
@media screen and (max-width: 580px) {
  .CardA__head {
    font-size: 4.5vw;
  }
}

.CardB {
  position: relative;
  height: 100%;
}
.CardB__target {
  display: block;
  text-decoration: none !important;
}

.CardB__img {
  margin-bottom: 1em;
  overflow: hidden;
}

.CardB__head {
  position: relative;
  margin-bottom: 0.8em;
  padding-right: 1.5em;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition: 0.3s;
}

.CardB__headSub{
    display: block;
    font-size: 14px;
}

@media screen and (max-width: 811px)
{
    .CardB__head
    {
        font-size: 16px;
    }

    .CardB__headSub{
        font-size: 12px;
    }
}

@media screen and (max-width: 811px) {
  .CardB__head {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .CardB__head {
    padding-right: 0;
    font-size: 14px;
  }
}
.CardB__head > br {
  display: none;
}
@media screen and (min-width: 811px) {
  .CardB__target:hover .CardB__head {
    color: #3760e5;
  }
}
.CardB__head::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "\f125";
  font-family: Ionicons;
  color: #3760e5;
  transform: translate(-80%, -50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .CardB__head::after {
    content: none;
  }
}
@media screen and (min-width: 811px) {
  .CardB__target:hover .CardB__head::after {
    transform: translate(0, -50%);
  }
}
body.-zine .CardB__head {
  color: #fff;
}
body.-zine .Recruit__grid .CardB__head {
  color: #111;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  body.-zine .Recruit__grid .CardB__head::after {
    content: "\f125";
  }
}

.CardB__post {
  position: absolute;
  top: 0;
  left: 0;
}

.CardB__tag {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .CardB__tag {
    font-size: 11px;
  }
}

.CardC {
  display: block;
}
.CardC__img {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 811px) {
  .CardC__img {
    margin-bottom: 10.5px;
  }
}
.CardC__img::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-left: 25px solid transparent;
  height: 0;
  width: 0;
  z-index: 100;
}
.CardC__img.-variation01::after {
  border-top: 15px solid #EBEBEB;
}
.CardC__img.-variation02::after {
  border-top: 15px solid #fff;
}

.CardC__head {
  margin-bottom: 0.5em;
}

.CardC__discription {
  font-size: 13px;
  line-height: 1.5;
}

.Tag {
  display: flex;
  flex-wrap: wrap;
}
.Tag__item {
  margin-bottom: 0.5em;
}
.Tag__item:not(:last-of-type) {
  margin-right: 1em;
}
.Tag__item.-variation01:not(:last-of-type) {
  margin-right: 0.5em;
}
body.-zine .Tag__item:not(:last-of-type) {
  margin-right: 3px;
}
body.-zine .Tag__item {
  margin-bottom: 3px;
}

.Tag__target {
  color: #3760e5;
}
@media screen and (min-width: 811px) {
  .Tag__target:hover {
    color: #111;
  }
}
body.-zine .Tag__target {
  display: inline-block;
  color: #fff;
  background-color: #3760e5;
  padding: 0.43em 0.5em 0.47em;
}
@media screen and (min-width: 811px) {
  body.-zine .Tag__target:hover {
    opacity: 0.7;
  }
}

.PostLavel {
  display: flex;
  flex-wrap: wrap;
}
.PostLavel__item {
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  .PostLavel__item {
    font-size: 11px;
  }
}
.PostLavel__item > a:hover {
  opacity: 0.7;
}
.PostLavel__item:not(:last-of-type) {
  margin-right: 0.3em;
}

.Humberger {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.Humberger__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
  transform: translateX(-50%);
}
.Humberger__line::before, .Humberger__line::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}
.Humberger__line::before {
  top: -6px;
}
.Humberger__line::after {
  top: 6px;
}
.Humberger.-active .Humberger__line {
  background-color: transparent;
}
.Humberger.-active .Humberger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.Humberger.-active .Humberger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.Paragraph, .Post p {
  line-height: 1.8;
  margin-bottom: 1.5em;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 811px) {
  .Paragraph, .Post p {
    font-size: 14px;
  }
}
.Paragraph:last-child, .Post p:last-child {
  margin-bottom: 0 !important;
}
.Paragraph.-small, .Post p.-small {
  font-size: 14px;
}
@media screen and (max-width: 811px) {
  .Paragraph.-small, .Post p.-small {
    font-size: 13px;
  }
}
.Paragraph.-big, .Post p.-big {
  font-size: 18px;
}
@media screen and (max-width: 811px) {
  .Paragraph.-big, .Post p.-big {
    font-size: 16px;
  }
}
body.-zine .Post .Paragraph, body.-zine .Post p {
  font-size: 18px;
}
@media screen and (max-width: 811px) {
  body.-zine .Post .Paragraph, body.-zine .Post p {
    font-size: 16px;
  }
}
.PanelB__body .Paragraph, .PanelB__body .Post p, .Post .PanelB__body p {
  font-size: 15px;
}
@media screen and (max-width: 811px) {
  .PanelB__body .Paragraph, .PanelB__body .Post p, .Post .PanelB__body p {
    font-size: 14px;
  }
}
@media screen and (max-width: 580px) {
  .PanelB__body .Paragraph, .PanelB__body .Post p, .Post .PanelB__body p {
    font-size: 12px;
  }
}

.DlList {
  text-align: center;
  white-space: noWrap;
}
@media screen and (max-width: 1100px) {
  .DlList {
    display: flex;
    align-items: flex-end;
    text-align: left;
  }
}
.DlList__dt {
  margin-bottom: 0.8em;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .DlList__dt {
    font-size: 13px;
    margin-bottom: 0;
    min-width: 10em;
    text-align: right;
  }
  .DlList__dt::after {
    display: inline-block;
    content: ":";
    margin: 0 0.3em;
  }
}

.DlList__dd {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .DlList__dd {
    flex: 1;
    font-size: 13px;
    text-align: center;
  }
}
.DlList__dd > em {
  display: inline-block;
  margin: 0 0.15em;
  position: relative;
  top: 0.1em;
  color: #3760e5;
  font-size: 240%;
  font-weight: 700;
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.ButtonSet {
  display: grid;
  grid-template-columns: repeat(2, 205px);
  gap: 35px 5.4%;
}
@media screen and (max-width: 980px) {
  .ButtonSet {
    grid-template-columns: repeat(2, 160px);
  }
}
@media screen and (max-width: 580px) {
  .ButtonSet {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 5.4%;
  }
}

.Site {
  width: 270px;
  color: #A0A0A0;
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 811px) {
  .Site {
    width: 150px;
  }
}
@media screen and (max-width: 580px) {
  .Site {
    width: 250px;
  }
}
.Site__head {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  font-size: 12px;
  border-bottom: thin solid rgba(134, 134, 134, 0.3);
}
@media screen and (max-width: 811px) {
  .Site__head {
    font-size: 10px;
  }
}
.Site__head:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  height: 2px;
  width: 7px;
  background-color: #3760e5;
}

.Site__item {
  display: inline-block;
  margin: 0 1em 0.5em 0;
  font-size: 12px;
}
@media screen and (max-width: 811px) {
  .Site__item {
    font-size: 10px;
  }
}

.Site__ico {
  display: inline-block;
  width: 12px;
  height: 17px;
  margin-right: 0.5em;
}

.VisualScreen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 695px;
}
@media screen and (max-width: 811px) {
  .VisualScreen {
    height: 332px;
  }
}
.VisualScreen__img {
  height: 100%;
  position: relative;
}
.VisualScreen__img > img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
}
body.-zine.single .VisualScreen__img > img {
  filter: blur(8px);
  transform: translateY(-5px);
}
.VisualScreen__img::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.52);
  z-index: 2;
}
.VisualScreen__img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111 0%, rgba(30, 30, 30, 0) 100%);
  z-index: 3;
}
body.-zine.single .VisualScreen__img::after {
  content: none;
}
body.-zine.single .VisualScreen__img {
  opacity: 0.42;
}

.SideCont__head {
  margin-bottom: 1.5em;
  font-size: 14px;
}
body.-zine .SideCont__head {
  color: #fff;
}

.SideCont__item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .SideCont__item:not(:last-child) {
    margin-bottom: 35px;
  }
}

.SideCont__list {
  font-size: 14px;
}

.ListA__item {
  line-height: 1.5;
}
.ListA__item:not(:last-of-type) {
  margin-bottom: 0.8em;
}
.ListA__item > a {
  position: relative;
  text-decoration: none;
  display: inline;
  transition: all 0.4s ease;
}
.ListA__item > a:hover {
  color: #3760e5;
}
body.-zine .ListA__item > a {
  color: #fff;
}
body.-zine .ListA__item > a:hover {
  color: #3760e5;
}

.ListB > li, .Post .listB > li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
}
.ListB > li:not(:last-of-type), .Post .listB > li:not(:last-of-type) {
  margin-bottom: 0.7em;
}
.ListB > li::before, .Post .listB > li::before {
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #3760e5;
}

.Tab__navi {
  display: flex;
}

.Tab__item {
  width: 50%;
  min-height: 4em;
  font-size: 15px;
}
body.-zine .Tab__item {
  color: #fff;
}
.Tab__item:not(:last-of-type) {
  border-right: thin solid rgba(134, 134, 134, 0.3);
}
body:not(.-zine) .Tab__item {
  width: 100%;
}

.Tab__target {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 1em;
  color: inherit;
  text-align: left;
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  border-top: thin solid rgba(134, 134, 134, 0.3);
  border-bottom: thin solid rgba(134, 134, 134, 0.3);
}
.Tab__target:before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.25em;
  margin-right: 0.4em;
  background-color: #3760e5;
}
.Tab__target.-active {
  border-bottom: thin solid transparent;
}

.tab__ico {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #3760e5;
  transition: all 0.3s ease;
}
.Tab__target.-active .tab__ico {
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center center;
}

.Tab__cont {
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
}

.Tab__contItem.-show {
  opacity: 1;
  transition: height 0.3s ease, opacity 0.2s ease 0.2s;
}
.Tab__contItem:not(.-show) {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.2s ease 0.2s;
}

.Tab__inner {
  padding: 15px 15px 30px;
  border-bottom: thin solid rgba(134, 134, 134, 0.3);
}

.Breadcrumbs {
  font-size: 15px;
}
@media screen and (max-width: 811px) {
  .Breadcrumbs {
    font-size: 11px;
  }
}
.Breadcrumbs__main::after {
  content: "";
  display: block;
  clear: both;
}

.Breadcrumbs__item {
  float: left;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 580px) {
  .Breadcrumbs__item {
    line-height: 1.7;
  }
}
.Breadcrumbs__item::after {
  content: "\f125";
  font-family: Ionicons;
  padding: 0 0.8em;
  font-size: 12px;
  color: #3760e5;
}
@media screen and (max-width: 580px) {
  .Breadcrumbs__item::after {
    font-size: 10px;
  }
}
.Breadcrumbs__item:last-of-type::after {
  content: "";
  padding: 0;
}
.Breadcrumbs__item br {
  display: none;
}

.Breadcrumbs__ico {
  position: relative;
  top: -0.2em;
  display: inline-block;
  margin-right: 0.5em;
  width: 17px;
  height: 15px;
}
@media screen and (max-width: 580px) {
  .Breadcrumbs__ico {
    width: 13.6px;
    height: 12px;
  }
}

.Zine__fv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1/0.65;
  padding: 25px 37px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.Zine__fv.-variation01{
    aspect-ratio: 1/0.7;
}

@media screen and (max-width: 580px) {
  .Zine__fv {
    justify-content: flex-end;
    aspect-ratio: 1/1.2;
    padding: 25px 20px 20px;
  }
}
@supports not (aspect-ratio: auto) {
  .Zine__fv {
    height: 540px;
  }
  @media screen and (max-width: 580px) {
    .Zine__fv {
      height: 90vw;
    }
  }
}

.Zine__day {
  width: fit-content;
  padding: 0.5em 0.8em;
  color: #fff;
  font-size: 14px;
  background-color: #111111;
}
@media screen and (max-width: 580px) {
  .Zine__day {
    display: none;
  }
}

.Zine__tag {
  margin-bottom: 3px;
  font-size: 14px;
}
@media screen and (max-width: 580px) {
  .Zine__tag {
    margin-bottom: 0;
    font-size: 11px;
  }
}

.Zine__head {
  font-size: max(17px, min(2vw, 27px));
}

.Zine__body {
  padding: 40px 40px 60px;
  margin-bottom: 40px;
  background-color: #fff;
}
@media screen and (max-width: 811px) {
  .Zine__body {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .Zine__body {
    padding: 25px 20px 50px;
  }
}

.Zine__relation {
  margin-top: 60px;
}
@media screen and (max-width: 811px) {
  .Zine__relation {
    margin-top: 50px;
  }
}
.Zine__relation:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .Zine__relation:not(:last-child) {
    margin-bottom: 35px;
  }
}

.Zine__relationItem:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 811px) {
  .Zine__relationItem:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.Zine__button {
  max-width: 316px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 580px) {
  .Zine__button {
    max-width: 195px;
  }
}

.Zine__append {
  padding: 35px 4%;
  color: #fff;
  border: thin solid rgba(134, 134, 134, 0.3);
}

.Zine__headSub {
  margin-bottom: 1em;
}

.Zine__editor{
  margin-top: 65px;
  padding-bottom: 20px;
}

@media screen and (max-width: 811px) {
  .Zine__editor{
    margin-top: 45px;
    padding-bottom: 0;
  }
}

.Case__head {
  font-size: 27px;
  margin-bottom: 20px;
}
@media screen and (max-width: 811px) {
  .Case__head {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 811px) {
  .Case__head {
    font-size: 18px;
  }
}

.Case__tag {
  margin-bottom: 40px;
}
@media screen and (max-width: 811px) {
  .Case__tag {
    margin-bottom: 30px;
  }
}

.Area, .Post .areaGray, .Post .areaLine {
  padding: 35px 30px;
}
@media screen and (max-width: 811px) {
  .Area, .Post .areaGray, .Post .areaLine {
    padding: 17px 15px;
  }
}
.Area.-variation01, .Post .-variation01.areaLine, .Post .areaGray {
  background-color: #EBEBEB;
}
.Area.-variation02, .Post .-variation02.areaGray, .Post .areaLine {
  border: thin solid rgba(134, 134, 134, 0.3);
}
.Area__head {
  margin-bottom: 1em;
}

.hr, .Post .hrBold_blue, .Post .hrBold_gray, .Post .hrThin_blue, .Post .hrThin_gray {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
}
@media screen and (max-width: 811px) {
  .hr, .Post .hrBold_blue, .Post .hrBold_gray, .Post .hrThin_blue, .Post .hrThin_gray {
    margin-top: 13px;
  }
}
@media screen and (max-width: 811px) {
  .hr, .Post .hrBold_blue, .Post .hrBold_gray, .Post .hrThin_blue, .Post .hrThin_gray {
    margin-bottom: 13px;
  }
}
.hr.-boldBlue, .Post .-boldBlue.hrBold_gray, .Post .-boldBlue.hrThin_blue, .Post .-boldBlue.hrThin_gray, .Post .hrBold_blue {
  border-top: 5px solid #3760e5;
}
.hr.-boldGray, .Post .-boldGray.hrBold_blue, .Post .-boldGray.hrThin_blue, .Post .-boldGray.hrThin_gray, .Post .hrBold_gray {
  border-top: 5px solid #868686;
}
.hr.-thinBlue, .Post .-thinBlue.hrBold_blue, .Post .-thinBlue.hrBold_gray, .Post .-thinBlue.hrThin_gray, .Post .hrThin_blue {
  border-top: thin solid #3760e5;
}
.hr.-thinGray, .Post .-thinGray.hrBold_blue, .Post .-thinGray.hrBold_gray, .Post .-thinGray.hrThin_blue, .Post .hrThin_gray {
  border-top: thin solid rgba(134, 134, 134, 0.3);
}

.Post > *:first-child {
  margin-top: 0 !important;
}
.Post style + h2, .Post style + h3, .Post style + h4, .Post style + h5, .Post style + h6 {
  margin-top: 0 !important;
}
.Post p:first-child {
  margin-top: 0;
}
.Post p:last-child {
  margin-bottom: 0;
}
.Post p > img {
  margin-top: 0;
  margin-bottom: 0;
}
.Post img {
  width: auto;
  max-width: 100%;
}
.Post a {
  color: #3760e5;
  transition: all 0.4s ease;
}
:where(.Post a){
  text-decoration: underline;
}
@media screen and (min-width: 811px) {
  .Post a:hover {
    text-decoration: none !important;
  }
}
.Post a.Button {
  text-decoration: none;
  width: fit-content;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #111;
}
@media screen and (max-width: 811px) {
  .Post a.Button {
    margin-top: 13px;
  }
}
@media screen and (max-width: 811px) {
  .Post a.Button {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 811px) {
  .Post a.Button {
    font-size: 14px;
  }
}
.Post a.Button.-standard {
  min-width: 315px;
}
@media screen and (max-width: 811px) {
  .Post a.Button.-standard {
    min-width: 194px;
  }
}
.Post a.Button.-high {
  min-width: 360px;
}

.Post .ButtonSet2 a.Button.-high{
   min-width: initial;
   width: 100%;
}

@media screen and (max-width: 811px) {
  .Post a.Button.-high {
    min-width: 194px;
  }
}
.Post a.Button.-solid--variation03 {
  color: #fff;
}
.Post a.Button.-naked--variation01 {
  display: inline-block;
  min-width: 205px;
  padding-top: 1em;
}
.Post a.Button.-naked--variation01:not(:last-of-type) {
  margin-right: 2em;
}
.Post a.Button.-naked--variation00 {
  display: inline-block;
}
.Post a.Button.-naked--variation00:not(:last-of-type) {
  margin-right: 2em;
}
.Post figure {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 811px) {
  .Post figure {
    margin-top: 30px;
  }
}
@media screen and (max-width: 811px) {
  .Post figure {
    margin-bottom: 30px;
  }
}
.Post figcaption {
  margin-top: 20px;
  font-size: 16px;
  color: #777;
  line-height: 1.5;
}
@media screen and (max-width: 811px) {
  .Post figcaption {
    margin-top: 13px;
  }
}
@media screen and (max-width: 811px) {
  .Post figcaption {
    font-size: 12px;
  }
}

.titleA{
  line-height: 1.5 !important;
}

.Post .titleA {
  margin-top: 60px;
  margin-bottom: 35px;
  margin-left: -30px;
  font-size: 30px;
}
@media screen and (max-width: 811px) {
  .Post .titleA {
    margin-top: 50px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleA {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1340px) {
  .Post .titleA {
    margin-left: -35px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleA {
    margin-left: -15px;
    font-size: 26px;
  }
}
.Post .titleA_center {
  margin-top: 60px;
  margin-bottom: 35px;
  font-size: 30px;
}
@media screen and (max-width: 811px) {
  .Post .titleA_center {
    margin-top: 50px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleA_center {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleA_center {
    font-size: 20px;
  }
}
.Post .titleB1 {
  margin-top: 32px;
  margin-bottom: 15px;
  font-size: 25px;
}
@media screen and (max-width: 811px) {
  .Post .titleB1 {
    margin-top: 23px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleB1 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleB1 {
    font-size: 18px;
  }
}
.Post .titleB2 {
  margin-top: 32px;
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 811px) {
  .Post .titleB2 {
    margin-top: 23px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleB2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleB2 {
    font-size: 16px;
  }
}
.Post .titleC {
  margin-top: 32px;
  margin-bottom: 15px;
  font-size: 25px;
}
@media screen and (max-width: 811px) {
  .Post .titleC {
    margin-top: 23px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleC {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleC {
    font-size: 18px;
  }
}
.Post .titleC2 {
  margin-top: 32px;
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 811px) {
  .Post .titleC2 {
    margin-top: 23px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleC2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleC2 {
    font-size: 16px;
  }
}
.Post .titleD {
  margin-top: 32px;
  margin-bottom: 15px;
  font-size: 25px;
}
@media screen and (max-width: 811px) {
  .Post .titleD {
    margin-top: 23px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleD {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleD {
    font-size: 18px;
  }
}
.Post .titleD2 {
  margin-top: 32px;
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 811px) {
  .Post .titleD2 {
    margin-top: 23px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleD2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleD2 {
    font-size: 16px;
  }
}
.Post .titleE1 {
  margin-top: 32px;
  margin-bottom: 15px;
  font-size: 25px;
}
@media screen and (max-width: 811px) {
  .Post .titleE1 {
    margin-top: 23px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleE1 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleE1 {
    font-size: 18px;
  }
}
.Post .titleE2 {
  margin-top: 32px;
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 811px) {
  .Post .titleE2 {
    margin-top: 23px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleE2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 811px) {
  .Post .titleE2 {
    font-size: 15px;
  }
}
.Post .listB {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 811px) {
  .Post .listB {
    margin-top: 13px;
  }
}
@media screen and (max-width: 811px) {
  .Post .listB {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 811px) {
  .Post .listB {
    font-size: 14px;
  }
}
.Post .areaGray {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 811px) {
  .Post .areaGray {
    margin-top: 13px;
  }
}
@media screen and (max-width: 811px) {
  .Post .areaGray {
    margin-bottom: 13px;
  }
}
.Post .areaGray > *:first-child {
  margin-top: 0;
}
.Post .areaLine {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 811px) {
  .Post .areaLine {
    margin-top: 13px;
  }
}
@media screen and (max-width: 811px) {
  .Post .areaLine {
    margin-bottom: 13px;
  }
}
.Post .areaLine > *:first-child {
  margin-top: 0;
}
.Post .PanelB {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 811px) {
  .Post .PanelB {
    margin-top: 30px;
  }
}
@media screen and (max-width: 811px) {
  .Post .PanelB {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .Post .PanelB.-p01 {
    display: block;
  }
}
.Post .PanelB__img > *:first-child,
.Post .PanelB__elm > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 580px) {
  .Post .PanelB.-p01 .PanelB__img,
  .Post .PanelB.-p01 .PanelB__elm {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .Post .PanelB.-p01:not(.-rev) .PanelB__img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .Post .PanelB.-p01.-rev .PanelB__elm {
    margin-bottom: 30px;
  }
}
.Post .PanelC {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 811px) {
  .Post .PanelC {
    margin-top: 30px;
  }
}
@media screen and (max-width: 811px) {
  .Post .PanelC {
    margin-bottom: 30px;
  }
}
.Post .PanelC__item > *:first-child {
  margin-top: 0;
}
.Post .GridB {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 811px) {
  .Post .GridB {
    margin-top: 30px;
  }
}
@media screen and (max-width: 811px) {
  .Post .GridB {
    margin-bottom: 30px;
  }
}
.Post .GridB__item > *:first-child {
  margin-top: 0;
}

.PanelA {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 580px) {
  .PanelA {
    display: block;
  }
}
.PanelA.-rev {
  flex-direction: row-reverse;
}
.PanelA__img {
  display: block;
  position: relative;
  width: 53%;
  z-index: 1;
}
@media screen and (max-width: 580px) {
  .PanelA__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.PanelA__elm {
  position: relative;
  width: 45%;
  margin-left: -10.5%;
  z-index: 2;
}
@media screen and (max-width: 811px) {
  .PanelA__elm {
    width: 55.5%;
  }
}
@media screen and (max-width: 580px) {
  .PanelA__elm {
    width: 100%;
    margin: 0;
  }
}
.PanelA.-rev .PanelA__elm {
  margin-left: 0;
  margin-right: -10.5%;
}

.PanelA__tag {
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 811px) {
  .PanelA__tag {
    margin-bottom: 2px;
  }
}

.PanelA__head {
  transition: all 0.3s ease;
  font-size: min(2vw, 19px);
}
@media screen and (max-width: 580px) {
  .PanelA__head {
    font-size: 18px;
  }
}

.PanelA__add{
    display: inline;
    padding: 0.5em;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    box-decoration-break: clone;
    line-height: 2.2;
    letter-spacing: 0.15em;
    background-color: #111111;
    transition: all 0.3s ease;
}

.PanelA__target{
    display: block;
}

@media screen and (min-width: 811px) {
    .PanelA__target:hover .PanelA__add{
        background-color: #3760e5;
    }
}

@media screen and (max-width: 811px) {
    .PanelA__add{
        font-size: 12px;
    }
}

.PanelB {
  display: flex;
  justify-content: space-between;
}
.PanelB.-rev {
  flex-direction: row-reverse;
}
.PanelB__img {
  display: block;
  width: 40%;
}

.PanelB__head {
  margin-bottom: 0.8em;
  font-size: 20px;
}
@media screen and (max-width: 811px) {
  .PanelB__head {
    font-size: 15px;
  }
}

.PanelB__elm {
  position: relative;
  width: 56%;
}

@media screen and (min-width: 768px) {
  .PanelB__body {
    margin-bottom: 1em;
  }
}

.PanelB__meta {
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 580px) {
  .PanelB__meta {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .PanelB__meta {
    display: none;
  }
}
.PanelB__img .PanelB__meta {
  display: none;
}
@media screen and (max-width: 811px) {
  .PanelB__img .PanelB__meta {
    display: block;
    margin-top: 1em;
  }
}

.PanelB__meta01 {
  margin-bottom: 0.5em;
}

.PanelC {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.PanelC__item {
  width: 48%;
}
@media screen and (max-width: 580px) {
  .PanelC__item {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .PanelC__item:first-of-type {
    margin-bottom: 30px;
  }
}

.PanelD {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 580px) {
  .PanelD {
    display: block;
  }
}
.PanelD.-rev {
  flex-direction: row-reverse;
}
.PanelD__main {
  width: 48.5%;
  margin-right: 1.5%;
}
@media screen and (max-width: 580px) {
  .PanelD__main {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 580px) and (max-width: 811px) {
  .PanelD__main {
    margin-bottom: 35px;
  }
}
.PanelD__main.-narrow {
  width: 45%;
}
.PanelD.-rev .PanelD__main {
  margin-right: 0;
  margin-left: 1.5%;
}

.PanelD__sub {
  flex: 1;
  margin-left: 1.5%;
}
@media screen and (max-width: 580px) {
  .PanelD__sub {
    flex: none;
  }
}
.PanelD.-rev .PanelD__sub {
  margin-left: 0;
  margin-right: 1.5%;
}

@media screen and (max-width: 580px) {
  .PanelD__main,
  .PanelD__sub {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}

.PanelD__head {
  margin-bottom: 20px;
  font-size: 23px;
}
@media screen and (max-width: 811px) {
  .PanelD__head {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 811px) {
  .PanelD__head {
    font-size: 16px;
  }
}

.PanelD__headSub {
  margin-bottom: 20px;
}
@media screen and (max-width: 811px) {
  .PanelD__headSub {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 811px) {
  .PanelD__headSub {
    font-size: 14px;
  }
}

.PanelD__headAdd {
  margin-bottom: 50px;
  font-size: 44px;
}
@media screen and (max-width: 811px) {
  .PanelD__headAdd {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
@media screen and (max-width: 580px) {
  .PanelD__headAdd {
    display: none;
  }
}

.PanelD__headSubAux {
  margin-bottom: 0.8em;
  font-size: 24px;
}
@media screen and (max-width: 811px) {
  .PanelD__headSubAux {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .PanelD__headSubAux {
    display: none;
  }
}

.PanelE {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 811px) {
  .PanelE {
    align-items: start;
  }
}
.PanelE__img {
  width: 30%;
  margin-right: 3%;
  padding-bottom: 30px;
}
@media screen and (max-width: 811px) {
  .PanelE__img {
    padding-bottom: 18px;
  }
}

.PanelE__elm {
  flex: 1;
}

.PanelE__head {
  margin-bottom: 0.8em;
  font-size: 20px;
}
@media screen and (max-width: 811px) {
  .PanelE__head {
    font-size: 16px;
  }
}

.PanelE__meta {
  margin-bottom: 1em;
  color: #A0A0A0;
}
@media screen and (max-width: 811px) {
  .PanelE__meta {
    font-size: 14px;
  }
}

.PanelE__day {
  margin-right: 0.8em;
  display: inline-block;
  font-size: 14px;
  color: #A0A0A0;
}

.PanelE__button {
  margin-bottom: 2em;
}

.PanelF{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    padding-bottom: 38px;
    border-bottom: thin solid rgb(100,100,100, .5);
}

@media screen and (max-width: 811px){
    .PanelF{
        margin-bottom: 25px;
        padding-bottom: 27px;
    }
}

.PanelF__elm{
    flex: 1;
}

.PanelF__img{
    width: 118px;
    margin-right: 30px;
    border-radius: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 811px){
    .PanelF__img{
        width: 76px;
        margin-right: 12px;
    }
}

.PanelF__head{
    margin-bottom: 1em;
    font-size: 16px;
}

@media screen and (max-width: 811px){
    .PanelF__head{
        font-size: 13px;
    }
}

.PanelF__headSub{
    margin-bottom: 0.5em;
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (max-width: 811px){
    .PanelF__headSub{
        font-size: 14px;
    }    
}

.PanelF__body{
    font-size: 15px;
    line-height: 1.5;
}

@media screen and (max-width: 811px){
    .PanelF__body{
        font-size: 12px;
    }    
}

.PageNavi {
  position: relative;
  text-align: center;
}
.PageNavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 811px) {
  .PageNavi .wp-pagenavi {
    margin-top: 35px;
  }
}
.PageNavi .wp-pagenavi a, .PageNavi .wp-pagenavi span {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.3em 0 0;
  font-size: 16px;
  color: #111;
  border: thin solid rgba(134, 134, 134, 0.3);
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 580px) {
  .PageNavi .wp-pagenavi a, .PageNavi .wp-pagenavi span {
    width: 25.5px;
    height: 25.5px;
    margin: 0 0.5em 0 0;
    font-size: 13px;
  }
}
.PageNavi .wp-pagenavi a.current, .PageNavi .wp-pagenavi a:hover, .PageNavi .wp-pagenavi span.current, .PageNavi .wp-pagenavi span:hover {
  color: #fff;
  background-color: #111111;
  border-color: rgba(134, 134, 134, 0.3);
}
body.-zine .PageNavi .wp-pagenavi a, body.-zine .PageNavi .wp-pagenavi span {
  color: #fff;
}
body.-zine .PageNavi .wp-pagenavi a:hover, body.-zine .PageNavi .wp-pagenavi a.current, body.-zine .PageNavi .wp-pagenavi span:hover, body.-zine .PageNavi .wp-pagenavi span.current {
  color: #111;
  background-color: #fff;
}
.PageNavi .wp-pagenavi .extend {
  background-color: transparent !important;
  border-style: none;
}

.Footer {
  background-color: #111111;
}
.Footer__inner {
  position: relative;
  margin: 0 3%;
}

.Footer__copyright {
  display: block;
  padding: 2em 0;
  text-align: center;
  font-size: 12px;
  color: #A0A0A0;
}

.Footer__main {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 811px) {
  .Footer__main {
    padding-top: 48px;
  }
}
@media screen and (max-width: 811px) {
  .Footer__main {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 980px) {
  .Footer__main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.Footer__info {
  width: max(245px, 26%);
}
@media screen and (min-width: 980px) {
  .Footer__info {
    margin-right: 3%;
  }
}
@media screen and (max-width: 980px) {
  .Footer__info {
    width: fit-content;
  }
}
@media screen and (min-width: 811px) and (max-width: 980px) {
  .Footer__info {
    margin-bottom: 40px;
  }
}

.Footer__navi {
  flex: 1;
}
@media screen and (max-width: 980px) {
  .Footer__navi {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 811px) {
  .Footer__navi {
    display: none;
  }
}

.Footer__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 207px;
  margin-bottom: 40px;
}
@media screen and (max-width: 811px) {
  .Footer__head {
    margin-bottom: 30px;
  }
}

.Footer__slogan {
  position: relative;
  left: 0.5em;
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.Footer__name {
  margin-bottom: 1em;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .Footer__name {
    text-align: center;
  }
}

.Footer__elm {
  margin-bottom: 1em;
  font-size: 13px;
  color: #B7B7B7;
  line-height: 1.7;
}
@media screen and (max-width: 980px) {
  .Footer__elm {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.Footer__elm > a {
  color: #B7B7B7;
  text-decoration: none;
}

.Footer__button {
  color: #fff;
}
@media screen and (max-width: 980px) {
  .Footer__button {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.SideList {
  display: flex;
  flex-wrap: wrap;
}
.SideList__item {
  margin-bottom: 1em;
}
.SideList__item:not(:last-of-type) {
  margin-right: 2em;
}
@media screen and (max-width: 580px) {
  .SideList__item:not(:last-of-type) {
    margin-right: 1em;
  }
}

.SubNavi {
  display: flex;
  line-height: 1.3;
  justify-content: center;
}
.SubNavi__group {
  width: fit-content;
  margin-bottom: 20px;
}
.SubNavi__group:not(:last-of-type) {
  margin-right: 6%;
}
@media screen and (max-width: 1200px) {
  .SubNavi__group:not(:last-of-type) {
    margin-right: 4%;
  }
}

.SubNavi__item {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.SubNavi__item:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.SubNavi__target {
  color: #fff;
}
@media screen and (min-width: 811px) {
  .SubNavi__target:hover {
    color: #3760e5;
  }
}

.SubNavi__itemSub {
  font-size: 13px;
}
.SubNavi__itemSub:not(:last-of-type) {
  margin-bottom: 0.8em;
}

.SubNavi__targetSub {
  color: #B7B7B7;
}
@media screen and (min-width: 811px) {
  .SubNavi__targetSub:hover {
    color: #3760e5;
  }
}

.SubNavi__sub {
  margin-top: 1.3em;
  font-weight: 500;
}

.AnkerNavi__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 108px;
}
@media screen and (max-width: 768px) {
  .AnkerNavi__inner {
    height: 95px;
    justify-content: space-between;
  }
}

.AnkerNavi__item {
  margin: 0 5%;
}
@media screen and (max-width: 768px) {
  .AnkerNavi__item {
    margin: 0 3%;
  }
}
@media screen and (max-width: 340px) {
  .AnkerNavi__item {
    margin: 0 2%;
  }
}

.AnkerNavi__txt {
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}

.AnkerNavi__sub {
  display: block;
  font-size: 70%;
  font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.AnkerNavi__target {
  display: flex;
  align-items: center;
  font-size: 23px;
  font-size: max(15px, min(3vw, 23px));
  font-weight: 700;
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .AnkerNavi__target {
    flex-direction: column;
  }
}
@media screen and (min-width: 811px) {
  .AnkerNavi__target:hover {
    color: #3760e5;
  }
}

.AnkerNavi__ico {
  font-size: 60%;
  color: #3760e5;
  margin-left: 1.5em;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px) {
  .AnkerNavi__ico {
    margin-left: 0;
  }
}
@media screen and (min-width: 811px) {
  .AnkerNavi__target:hover .AnkerNavi__ico {
    transform: translateY(40%);
  }
}

.Slogan {
  text-align: center;
}
@media screen and (max-width: 580px) {
  .Slogan {
    text-align: left;
  }
}
.Slogan__head {
  margin-bottom: 0.8em;
  font-size: 55px;
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  .Slogan__head {
    font-size: max(30px, 5vw);
  }
}
@media screen and (max-width: 340px) {
  .Slogan__head {
    font-size: 28px;
  }
}

.Slogan__body {
  line-height: 2;
}
@media screen and (max-width: 811px) {
  .Slogan__body {
    font-size: 14px;
  }
}
.Slogan__body:not(:last-child) {
  margin-bottom: 1em;
}

.Slogan__headSub {
  margin-bottom: 1em;
  font-size: 20px;
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.Slogan__sign {
  margin-top: 2.5em;
  line-height: 1.7;
}
@media screen and (max-width: 580px) {
  .Slogan__sign {
    text-align: right;
  }
}

.CardLavel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 26px;
  font-weight: bold;
}
.CardLavel::before, .CardLavel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3760e5;
}
.CardLavel::before {
  width: 55px;
  height: 5px;
}
.CardLavel::after {
  width: 5px;
  height: 50px;
}
.CardLavel__main {
  margin-bottom: 0.7em;
}

.CardLavel__sub {
  font-size: 70%;
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.VisualButton {
  position: relative;
  min-height: 215px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 811px) {
  .VisualButton {
    min-height: 177px;
  }
}
.VisualButton.-variation01 {
  background-image: url("../../images/otb_img01.jpg");
  background-size: cover;
}
.VisualButton.-variation02 {
  background-image: url("../../images/otb_img05.jpg");
  background-size: cover;
}
.VisualButton.-variation03 {
  background-image: url("../../images/otb_img04.jpg");
  background-size: cover;
}
.VisualButton.-variation04 {
  background-image: url("../../images/otb_img03.jpg");
  background-size: cover;
}
.VisualButton.-variation05 {
  background-image: url("../../images/otb_img05.jpg");
  background-size: cover;
}
.VisualButton.-variation05::after {
  content: none;
}
.VisualButton::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  z-index: 1;
}
.VisualButton__lavel {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 100%;
  text-align: center;
  font-size: max(22px, min(2.2vw, 27px));
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.VisualButton:hover .VisualButton__lavel {
  opacity: 0;
}

.VisualButton__lavelSub {
  display: inline-block;
  margin-top: 1em;
  font-size: 63%;
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.VisualButton__elm {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 78%;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  transform: translate(-50%, -10%);
  opacity: 0;
  transition: all 0.6s ease;
}
.VisualButton:hover .VisualButton__elm {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.VisualButton__ico {
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 811px) {
  .VisualButton__ico {
    margin-top: 10px;
  }
}
@media screen and (min-width: 811px) {
  .VisualButton__ico {
    display: none;
  }
}

.LinkBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
  min-height: 260px;
  padding: 30px;
  background-color: #EBEBEB;
}
@media screen and (max-width: 580px) {
  .LinkBlock {
    min-height: 160px;
    grid-template-columns: repeat(1, 1fr);
    gap: 3% 0;
    padding: 23px;
  }
}
.LinkBlock.-movie {
  min-height: initial;
}
.Post .LinkBlock {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 811px) {
  .Post .LinkBlock {
    margin-top: 23px;
  }
}
@media screen and (max-width: 811px) {
  .Post .LinkBlock {
    margin-bottom: 23px;
  }
}
.LinkBlock__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 580px) {
  .LinkBlock__item {
    min-height: 70px;
  }
}

.LinkBlock__head {
  font-size: 32px;
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: max(26px, min(3vw, 32px));
}

.LinkBlock__inner {
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 580px) {
  .LinkBlock__inner {
    max-width: 210px;
  }
}
.LinkBlock.-movie .LinkBlock__inner {
  max-width: 100%;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: auto) {
  .LinkBlock.-movie .LinkBlock__inner {
    position: relative;
  }
  .LinkBlock.-movie .LinkBlock__inner::before {
    content: "";
    float: left;
    padding-top: calc((9 / 16) * 100%);
  }
  .LinkBlock.-movie .LinkBlock__inner::after {
    content: "";
    clear: both;
    display: block;
  }
  .LinkBlock.-movie .LinkBlock__inner > img,
  .LinkBlock.-movie .LinkBlock__inner > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.LinkBlock.-movie .LinkBlock__inner > iframe {
  width: 100%;
  height: 100%;
}

.Relation__head {
  margin-bottom: 50px;
  font-size: max(18px, min(3vw, 28px));
}
@media screen and (max-width: 811px) {
  .Relation__head {
    margin-bottom: 35px;
  }
}

.Relation__grid {
  margin-bottom: 40px;
}
@media screen and (max-width: 811px) {
  .Relation__grid {
    margin-bottom: 30px;
  }
}

.Relation__button {
  max-width: 316px;
  margin-left: auto;
  margin-right: auto;
}

.Gallery {
  max-width: 100%;
}
.Gallery .slick-dots {
  position: relative;
  bottom: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px 1px;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .Gallery .slick-dots {
    grid-template-columns: repeat(2, 1fr);
  }
}
.Gallery .slick-dots > li {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.48;
  margin: 0;
  transition: all 0.3s;
}
@supports not (aspect-ratio: auto) {
  .Gallery .slick-dots > li {
    position: relative;
  }
  .Gallery .slick-dots > li::before {
    content: "";
    float: left;
    padding-top: calc((0.48 / 1) * 100%);
  }
  .Gallery .slick-dots > li::after {
    content: "";
    clear: both;
    display: block;
  }
  .Gallery .slick-dots > li > img,
  .Gallery .slick-dots > li > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.Gallery .slick-dots > li > img {
  object-fit: cover;
  height: 100%;
  object-position: 50% 50%;
}
.Gallery .slick-dots > li:hover, .Gallery .slick-dots > li.slick-active {
  opacity: 0.6;
}
@media screen and (min-width: 580px) {
  .Gallery .slick-dots > li:nth-of-type(1) {
    display: none;
  }
}
.Gallery .slick-list {
  margin-bottom: 1px;
}
.Gallery .slick-prev,
.Gallery .slick-next {
  top: 0;
  margin-top: 35%;
}
.Gallery .slick-prev, .Gallery .slick-next {
  width: 87px;
  height: 200px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 580px) {
  .Gallery .slick-prev, .Gallery .slick-next {
    width: 47.85px;
    height: 104px;
  }
}
.Gallery .slick-prev:hover, .Gallery .slick-next:hover {
  background-color: transparent;
}
.Gallery .slick-prev {
  left: 0;
}
.Gallery .slick-next {
  right: 0;
}
.Gallery .slick-prev::after, .Gallery .slick-next::after {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background-color: #3760e5;
  z-index: 1;
  transform-origin: center;
  transition: all 0.2s ease-out;
  transform: scale(70%);
}
@media screen and (min-width: 811px) {
  .Gallery .slick-prev:hover::after, .Gallery .slick-next:hover::after {
    transform: scale(100%);
  }
}
.Gallery .slick-prev:after {
  left: 0;
  transform-origin: left center;
}
.Gallery .slick-next:after {
  right: 0;
  transform-origin: right center;
}
.Gallery .slick-prev::before, .Gallery .slick-next::before {
  content: "\f125";
  font-family: ionicons;
  position: absolute;
  top: 50%;
  width: 7px;
  height: 11px;
  margin-top: -5px;
  z-index: 2;
  font-size: 12px;
  transition: all 0.2s ease-out;
}
.Gallery .slick-prev:before {
  left: 9px;
  transform: rotate(180deg);
}
@media screen and (min-width: 811px) {
  .Gallery .slick-prev:hover::before {
    left: 15px;
  }
}
.Gallery .slick-next:before {
  right: 9px;
}
@media screen and (min-width: 811px) {
  .Gallery .slick-next:hover::before {
    right: 15px;
  }
}
.Gallery__main {
  position: relative;
}

.Gallery__item {
  aspect-ratio: 1/0.667;
}
@supports not (aspect-ratio: auto) {
  .Gallery__item {
    position: relative;
  }
  .Gallery__item::before {
    content: "";
    float: left;
    padding-top: calc((0.667 / 1) * 100%);
  }
  .Gallery__item::after {
    content: "";
    clear: both;
    display: block;
  }
  .Gallery__item > img,
  .Gallery__item > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.Gallery__item > img {
  object-fit: cover;
  height: 100%;
  object-position: 50% 50%;
}

.Feature {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 580px) {
  .Feature {
    flex-direction: column;
    align-items: flex-start;
  }
}
.Feature__item {
  display: flex;
  align-items: center;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  font-size: max(16px, min(2.1vw, 22px));
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 580px) {
  .Feature__item {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
  }
}
.Feature__item:not(:last-of-type) {
  margin-right: 2em;
}

.Feature__ico {
  position: relative;
  top: -0.1em;
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 0.7em;
}
@media screen and (max-width: 811px) {
  .Feature__ico {
    width: 19.6px;
    height: 19.6px;
  }
}

.TableA {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  /* Chrome, Safari 対応 */
}
.TableA::-webkit-scrollbar {
  display: none;
}
.TableA table {
  width: 100%;
  min-width: 500px;
}
table {
  width: 100%;
}

th,
td {
  padding: 0.8em;
  font-size: 15px;
  line-height: 1.3;
  border: thin solid #868686;
}
@media screen and (max-width: 580px) {
  th,
  td {
    font-size: 13px;
  }
}

.CategoryNavi {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.3em;
}
@media screen and (max-width: 811px) {
  .CategoryNavi {
    font-size: 13px;
  }
}
.CategoryNavi__item {
  margin-bottom: 0.3em;
  margin-left: 0.3em;
}

.CategoryNavi__target {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3em;
  padding: 0.5em 1.2em;
  font-weight: bold;
  line-height: 1;
  border: thin solid rgba(134, 134, 134, 0.3);
}
@media screen and (max-width: 811px) {
  .CategoryNavi__target {
    min-height: 2.6em;
    padding: 0.3em 0.8em;
  }
}
.CategoryNavi__target:hover, .CategoryNavi__target.-active {
  color: #fff;
  background-color: #111111;
}

.Special {
  position: relative;
  margin-top: 15vw;
  padding-bottom: 12.5vw;
}
@media screen and (max-width: 1340px) {
  .Special {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 811px) {
  .Special {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 580px) {
  .Special {
    padding-bottom: 0;
  }
}
.Special__head {
  margin-bottom: 0.4em;
  color: #3760e5;
  font-size: max(32px, min(5vw, 66px));
  font-family: "urw-din", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}

.Special__headSub {
  margin-bottom: 2.5em;
  font-size: 33px;
  font-size: max(16px, min(3vw, 33px));
  font-weight: 700;
  text-indent: 0.2em;
}

.Special__logo {
  max-width: 238px;
  width: max(154px, min(20vw, 238px));
}

.Special__fig {
  display: block;
  position: absolute;
  right: 0;
  left: 54%;
  top: -2.5vw;
  height: auto;
}
@media screen and (min-width: 1340px) {
  .Special__fig {
    top: 1vw;
  }
}
@media screen and (max-width: 580px) {
  .Special__fig {
    position: static;
    top: 0;
    margin: -70px -20px 0 -30px;
  }
}
@media screen and (max-width: 340px) {
  .Special__fig {
    margin-top: -50px;
  }
}
.Special__fig > picture {
  width: 100%;
  height: 0;
  padding-bottom: 108%;
}
@media screen and (max-width: 580px) {
  .Special__fig > picture {
    height: auto;
    padding-bottom: 0;
  }
}
.Special__fig > picture > img {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 580px) {
  .Special__fig > picture > img {
    position: static;
  }
}

.CarouselA.-gravityCenter.swiper-wrapper {
  justify-content: center;
}
@media screen and (max-width: 920px) {
  .CarouselA.-gravityCenter.swiper-wrapper {
    justify-content: flex-start;
  }
}

.CarouselA.-gravityCenter2.swiper-wrapper {
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .CarouselA.-gravityCenter2.swiper-wrapper {
    justify-content: flex-start;
  }
}

.CarouselA__item.swiper-slide {
  width: 245px;
}
@media screen and (max-width: 580px) {
  .CarouselA__item.swiper-slide {
    width: 180px;
  }
}

.CarouselA.-gravityCenter .CarouselA__item:last-of-type,
.CarouselA.-gravityCenter2 .CarouselA__item:last-of-type {
  margin-right: 0 !important;
}

.ContactBox {
  color: #fff;
}
.ContactBox__inner {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.ContactBox__head {
  margin-bottom: 50px;
  text-align: center;
  font-size: max(16px, min(4.5vw, 23px));
}
@media screen and (max-width: 811px) {
  .ContactBox__head {
    margin-bottom: 35px;
  }
}

.ContactBox__column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -5%;
  margin-right: -5%;
}

.ContactBox__item {
  width: 50%;
  padding: 10px 5%;
}
@media screen and (max-width: 580px) {
  .ContactBox__item {
    width: 90%;
    padding: 20px 5%;
  }
}
.ContactBox__item:not(:first-of-type) {
  border-left: thin solid rgba(134, 134, 134, 0.4);
}
@media screen and (max-width: 580px) {
  .ContactBox__item:not(:first-of-type) {
    border-left-style: none;
    border-top: thin solid rgba(134, 134, 134, 0.4);
  }
}

.ContactBox__body {
  margin-bottom: 1em;
}
@media screen and (max-width: 580px) {
  .ContactBox__body {
    text-align: center;
  }
}

.Form__head {
  margin-bottom: 10px;
  font-weight: bold;
}
.Form__head.-required::after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "必須";
  margin-left: 1em;
  line-height: 1;
  padding: 0.3em 0.2em 0.3em 0.3em;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  background-color: #912828;
  vertical-align: middle;
}
.Form__head.-any::after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "任意";
  margin-left: 1em;
  line-height: 1;
  padding: 0.3em 0.2em 0.3em 0.3em;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  background-color: forth_feeld_color;
  vertical-align: middle;
}
.Form__head.-variation01 {
  padding-bottom: 0.5em;
  border-bottom: thin solid rgba(187, 192, 197, 0.5);
}

.Form__head p{
  display: inline-block;
}

.Form__item {
  margin-bottom: 35px;
}
@media screen and (max-width: 811px) {
  .Form__item {
    margin-bottom: 29.75px;
  }
}

.Form__list > span {
  margin-top: 0;
  margin-bottom: 15px;
}
.Form__list > span:last-of-type {
  margin-bottom: 0;
}

.Form__input {
  border-style: none;
}
.Form__input.-text {
  width: 100%;
  padding: 0.6em 1em;
  border: thin solid #cdcdcd;
  line-height: 1.5;
}
.Form__input.-text.-error {
  border-color: #912828;
}
.Form__input.-select {
  padding: 0.5em;
  border: thin solid #cdcdcd;
}
.Form__input.-textarea {
  width: 100%;
  height: 250px;
  padding: 20px;
  line-height: 1.5;
  border: thin solid #cdcdcd;
}
.Form__input.-textarea.-error {
  border-color: #912828;
}
.Form__input.-radio {
  position: relative;
  display: inline-block;
  top: -0.05em;
  margin-right: 0.2em;
  cursor: pointer;
}

.Form__input.wpcf7-checkbox .wpcf7-list-item,
.Form__input.wpcf7-radio .wpcf7-list-item{
  display: block;
}

body.dock .wpcf7-radio,
body.dock .wpcf7-checkbox{
  display: flex;
}

@media screen and (max-width: 580px) {
  body.dock .wpcf7-radio,
  body.dock .wpcf7-checkbox{
    display: block;
  }
}

@media screen and (max-width: 580px) {
  .Form__input.-radio {
    top: 0;
  }
}
.Form__input.-radio + span {
  position: relative;
  top: -2px;
  cursor: pointer;
}
.Form__input.-radio + span.-error {
  color: #912828;
}
.Form__input.-check {
  position: relative;
  display: inline-block;
  top: -0.1em;
  margin-right: 0.2em;
  cursor: pointer;
}
@media screen and (max-width: 580px) {
  .Form__input.-check {
    top: 0;
  }
}
.Form__input.-check + span {
  position: relative;
  top: -2px;
  cursor: pointer;
}
.Form__input.-check + span.-error {
  color: #912828;
}
.Form__input::placeholder {
  color: #9c9c9c;
}

.Form__discription {
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1.5;
  color: #A0A0A0;
}

.Form .Form__alert {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 580px) {
  .Form .Form__alert {
    padding: 0;
  }
}
.Form .Form__button {
  width: 305px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 580px) {
  .Form .Form__button {
    width: 100%;
  }
}
.Form .error {
  padding-top: 5px;
  font-size: 14px;
}
.Form .Form__sentenceFoot .error {
  text-align: center;
}
.Form .Form__sub {
  margin-bottom: 30px;
  padding: 40px 90px;
  border: thin solid rgba(134, 134, 134, 0.3);
}
@media screen and (max-width: 811px) {
  .Form .Form__sub {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 811px) {
  .Form .Form__sub {
    padding: 20px 18px;
  }
}
.mw_wp_form_confirm .Form .Form__sub {
  display: none;
}
.Form .Form__headSub {
  margin-bottom: 2em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 811px) {
  .Form .Form__headSub {
    text-align: left;
  }
}
.Form .Form__sentence {
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 811px) {
  .Form .Form__sentence {
    margin-bottom: 28px;
  }
}
.Form .Form__sentenceFoot {
  text-align: center;
}
@media screen and (max-width: 811px) {
  .Form .Form__sentenceFoot {
    font-size: 14px;
  }
}
.Form .Form__sentenceFoot .mwform-checkbox-field label {
  font-weight: bold;
}

@keyframes loaderFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.Loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.Page__loader.-fadeOut .Loader {
  animation: loaderFadeOut 0.8s ease 0.7s;
  animation-fill-mode: forwards;
}
.Loader__main {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.2em solid rgba(255, 255, 255, 0.4);
  border-right: 0.2em solid rgba(255, 255, 255, 0.4);
  border-bottom: 0.2em solid rgba(255, 255, 255, 0.4);
  border-left: 0.2em solid #ffffff;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

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

.Print {
  padding: 30px;
}
.Print__sentence {
  margin-bottom: 20px;
}

.Print__button {
  width: 280px;
}

.Print__main {
  box-sizing: border-box;
  width: 210mm;
  height: auto;
  margin-top: 40px;
  padding: 8mm 12mm 5mm;
  border: 1px solid #868686;
}

.Print__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3mm;
}

.Print__logo {
  width: 29mm;
}

.Print__title {
  font-size: 3mm;
  letter-spacing: 0.5mm;
}

.Print__img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2mm;
}

.Print__imgItem {
  padding: 0 1px 1px 0;
}
.Print__imgItem > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.Print__imgItem:nth-of-type(1) {
  width: 100%;
  height: 95mm;
}
.Print__imgItem:not(:nth-of-type(1)) {
  width: 33.333%;
  height: 36mm;
}

.Print__url {
  text-align: right;
  font-size: 1.8mm;
}

.Print__elm {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3mm;
}

.Print__left {
  width: 49%;
  margin-right: 1%;
}

.Print__right {
  width: 49%;
  margin-left: 1%;
  padding-left: 3mm;
}
.Print__right > p {
  font-size: 2.5mm;
}

.Print__head {
  position: relative;
  padding-left: 9mm;
  font-size: 4.2mm;
}
.Print__head:before {
  position: absolute;
  top: 0.6em;
  left: 0;
  display: inline-block;
  content: "";
  width: 7mm;
  height: 1mm;
  background-color: #3760e5;
  transform: translateY(-50%);
}
.Print__head:not(:last-child) {
  margin-bottom: 4mm;
}

.Print__tag {
  display: flex;
  flex-wrap: wrap;
}

.Print__tagItem {
  font-size: 2.5mm;
  margin: 0 2.5mm 2.2mm 0;
  color: #fff;
}

.Recruit__box {
  position: relative;
  overflow: hidden;
}
.Recruit__box.-variation01 {
  margin-top: 80px;
}

.Recruit__area {
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
  padding: 35px 5%;
  border: thin solid #969797;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .Recruit__area {
    padding: 50px 5% 35px;
  }
}

.Recruit__label {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 1;
  width: fit-content;
  overflow: hidden;
  background-color: transparent;
  overflow: hidden;
}
@media screen and (min-width: 580px) {
  .Recruit__label {
    right: 5px;
  }
}
.Recruit__label > span {
  display: block;
  font-size: max(34px, min(5vw, 70px));
  font-family: "montserrat", sans-serif;
  line-height: 0.99;
  color: #F6F6F6;
  vertical-align: top;
  letter-spacing: 0.06em;
  text-shadow: 1px 1px 0 #969797, -1px 1px 0 #969797, 1px -1px 0 #969797, -1px -1px 0 #969797;
  transform: translateY(-0.18em);
}
.Recruit__box.-variation01 .Recruit__label > span {
  font-size: max(30px, min(5vw, 70px));
}

.Recruit__head {
  margin-bottom: 1em;
  font-size: 18px;
}

.Recruit__intro {
  margin-bottom: 30px;
}
.Recruit__intro p {
  font-size: 15px !important;
}

.Recruit__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 3%;
}
@media screen and (max-width: 980px) {
  .Recruit__grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.Recruit__grid.-variation01 {
  padding-top: 20px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 10%;
}
@media screen and (min-width: 811px) {
  .Recruit__grid.-variation01 {
    padding-top: 10px;
  }
}

.Recruit__panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 811px) {
  .Recruit__panel {
    margin-bottom: 10px;
  }
}

.Recruit__memberImg {
  width: 33%;
  margin-right: 10px;
  border-radius: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .Recruit__memberImg {
    width: 30%;
  }
}
.Recruit__talk .Recruit__memberImg {
  width: 100%;
  margin-right: 0;
}

.Recruit__elm {
  flex: 1;
}

.Recruit__memberName {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .Recruit__memberName {
    margin-bottom: 0.8em;
  }
}
.Recruit__memberBox .Recruit__memberName {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 811px) {
  .Recruit__memberBox .Recruit__memberName {
    font-size: 13px;
  }
}

.Recruit__spec,
.Recruit__spec2 {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .Recruit__spec,
  .Recruit__spec2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 980px) {
  .Recruit__elm .Recruit__spec,
  .Recruit__elm .Recruit__spec2 {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .Recruit__elm2 .Recruit__spec,
  .Recruit__elm2 .Recruit__spec2 {
    display: none;
  }
}

.Recruit__spec {
  margin-bottom: 0.7em;
}

.Recruit__post > img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 811px) {
  .Recruit__post > img {
    margin-bottom: 20px;
  }
}
.Recruit__post > h4 {
  margin-top: 50px;
  margin-bottom: 0.8em;
  font-size: max(20px, min(2.2vw, 24px));
  font-weight: 700;
}
@media screen and (max-width: 811px) {
  .Recruit__post > h4 {
    margin-top: 30px;
    margin-bottom: 0.8em;
  }
}
.Recruit__post > p {
  font-size: 16px !important;
}
.Recruit__post > p:not(:last-child) {
  margin-bottom: 2em;
}

.Recruit__memberBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 78px;
  margin-right: 3%;
}
@media screen and (max-width: 811px) {
  .Recruit__memberBox {
    width: 50px;
  }
}

.Recruit__talkEach {
  flex: 1;
}

.Recruit__talk {
  display: flex;
  padding-bottom: 30px;
}
@media screen and (max-width: 811px) {
  .Recruit__talk {
    padding-bottom: 15px;
  }
}
.Recruit__talk:last-child {
  margin-bottom: 0;
}

.Recruit__fukidadhi {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  background: #eee;
  border-radius: 12px;
  padding: 1em 1.2em;
  font-size: 16px;
  line-height: 1.6;
  max-width: calc(100% - 16px);
}
.Recruit__fukidadhi::before {
  content: "";
  position: absolute;
  top: 1.3em;
  left: -16px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid #eee;
}

.ico {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  line-height: 1;
  font-size: inherit;
  transition: 0.4s;
}
.ico.ico--arrowRight {
  padding-left: 0.8em;
  font-size: 110%;
  color: #3760e5;
}
.Button.-naked:hover .ico.ico--arrowRight, .-ghost--variation01:hover .ico.ico--arrowRight, .Button.-solid--variation03:hover .ico.ico--arrowRight, .Button.-solid--variation02:hover .ico.ico--arrowRight {
  color: #fff;
}

.ButtonSet2 .-ghost--variation01:hover .ico.ico--arrowRight{
  color: #3760e5;
}
.ico.ico--earth {
  background-image: url("../../images/ico_earth.svg");
}
.ico.ico--bell {
  background-image: url("../../images/ico_bell.svg");
}
.ico.ico--prot {
  background-image: url("../../images/ico_prot.svg");
}
.ico.ico--home {
  background-image: url("../../images/ico_home.svg");
}
.ico.ico--cArrowDown {
  background-image: url("../../images/ico_carrow_down.svg");
}
.ico.ico--checkC {
  background-image: url("../../images/ico_check_c.svg");
}
.ico.ico--blank {
  width: auto;
  height: auto;
}
.ico.ico--blank::after {
  position: relative;
  top: -0.1em;
  content: "\f3ef";
  color: inherit;
  font-family: Ionicons;
  margin-left: 0.3em;
  font-style: normal;
}

.anker {
  /*スクロールスナップ領域を調整する */
  scroll-margin-top: calc(66px + 20px);
}
@media screen and (max-width: 980px) {
  .anker {
    scroll-margin-top: calc(50px + 10px);
  }
}

.rectangle {
  display: inline-block;
  padding: 0.8em 1.2em 0.9em;
  text-align: center;
  font-size: inherit;
  color: #fff;
  white-space: nowrap;
}
.rectangle.rectangle--customerreviews {
  background-color: #3760e5;
}
.rectangle.rectangle--case {
  background-color: #2EA7E0;
}
.rectangle.rectangle--casePrint {
  padding: 0.8mm 1.4mm 0.7mm;
  border-radius: 0.8mm;
  background-color: #3760e5;
}
.rectangle.rectangle--information {
  background-color: #28BCD6;
}
.ArchiveA__category .rectangle {
  min-width: 9em;
}
.rectangle.rectangle--zine {
  background-color: #7442DF;
}
body.-zine .rectangle.rectangle--zine {
  padding: 0.43em 0.5em 0.47em;
}

.colorTxt.-blue {
  color: #3760e5;
}
.colorTxt.-yerrow {
  color: #FA9800;
}
.colorTxt.-teal {
  color: #0097C5;
}
.colorTxt.-pink {
  color: #ED5A9C;
}

.maker {
  font-weight: 700;
}
.maker.-blue {
  background: linear-gradient(transparent 50%, #a8a9ff 0%);
}
.maker.-yerrow {
  background: linear-gradient(transparent 50%, #fcd863 0%);
}
.maker.-teal {
  background: linear-gradient(transparent 50%, #73c6df 0%);
}
.maker.-pink {
  background: linear-gradient(transparent 50%, #f49cc4 0%);
}

.belt {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform-origin: left top;
  transform: translateX(-50.1%) skewY(30deg);
}
.belt::before {
  content: "";
  display: block;
  position: absolute;
  top: 750px;
  left: 0;
  width: 100%;
  background-color: #EBEBEB;
  z-index: 1;
}
@media screen and (min-width: 580px) {
  .belt::before {
    height: 200vw;
  }
}
@media screen and (max-width: 811px) {
  .belt::before {
    top: 675px;
  }
}
@media screen and (max-width: 580px) {
  .belt::before {
    height: 500vw;
  }
}
.belt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 811px) {
  .belt::after {
    height: 675px;
  }
}

.win .Heading.-format04 {
  padding: 0.3em;
}
/*# sourceMappingURL=master.css.map */

/*湊で一時的に追加。以下をadd.cssに記載しても反映されない */
.Site_re{
width:300px!important;
}


.ButtonSet2{
  display: flex;
  font-size: max(18px, min(2vw, 20px));
  gap: 20px 1.5%;
}

        .ButtonSet2 > li{
          width: 32%;
        }

        .ButtonSet2 > li a{
          line-height: 1.3;
        }

        .ButtonSet2 > li a img{
          display: inline-block;
          max-width: 180px;
        }

@media screen and (max-width: 811px) {

        .ButtonSet2{
          display: block;
        }


        .ButtonSet2 > li{
          width: 90%;
          margin-left: auto;
          margin-right: auto;
        }
}

.scrollNavi{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

        .scrollNavi li a{
          display: block;
          padding: .7em 1em;
          background-color: #111;
          color: #fff !important;
          font-size: 16px;
          text-decoration: none;
          border-radius: 4px;
        }

        .scrollNavi li a:hover{
          opacity: .7;
        }


.wpcf7-form-control-wrap.recaptcha{
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}