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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

*:focus {
  outline: none;
}

/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
/*---------------------------------------------------
レスポンシブ ---------------------------------------------------*/
/*---------------------------------------------------
オリジナルパーツ
---------------------------------------------------*/
/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
/*---------------------------------------------------
フォント ---------------------------------------------------*/
body {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  src: url("./assets/font/Marcellus-Regular.woff") format("woff");
  font-family: "Marcellus";
  font-style: normal;
  font-display: swap;
}

/*---------------------------------------------------
カラー ---------------------------------------------------*/
/* 文字色 */
body {
  color: #333333;
  background: #f2f2ef;
}

/*---------------------------------------------------
文字サイズ・太さ・行の高さ・字間 ---------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

@media (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
}

/*---------------------------------------------------
オリジナルパーツ
---------------------------------------------------*/
/**
* Layout
* ========================== */
/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
@media (max-width: 599px) {
  .l-main {
    padding: 0;
  }
}

/*---------------------------------------------------
オリジナルパーツ
---------------------------------------------------*/
body.fadeout::after {
  opacity: 1;
}

/*お好みで、.fadeoutセレクタ以下の他の要素にもアニメーション用のCSSを定義します*/
/*DEMOではページ遷移時にarticle要素のスケールもアニメーションさせています*/
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2ef;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity 0.5s ease;
  /* アニメーション時間は 0.3秒 */
  transition: opacity 0.5s ease;
}

body.fadeout main {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 6s;
  transition: 6s;
}

.drop-shaped {
  position: relative;
  margin: 0 auto;
  top: -100px;
  width: 15px;
  height: 15px;
  background: #bfc0c4;
  border-radius: 0% 100% 50% 50%/ 0% 50% 50% 100%;
  -webkit-transform: rotate(45deg) skew(10deg, 10deg);
          transform: rotate(45deg) skew(10deg, 10deg);
  -webkit-animation: 2s cubic-bezier(0.97, 0.03, 0.86, 0.12) 0s forwards running fall;
          animation: 2s cubic-bezier(0.97, 0.03, 0.86, 0.12) 0s forwards running fall;
}

@-webkit-keyframes fall {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 0;
  }
}

@keyframes fall {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 0;
  }
}

.ripple {
  position: relative;
  margin: 0 auto;
  top: 100px;
  width: 300px;
  height: 150px;
  border-radius: 300px / 150px;
  border: 1px solid #bfc0c4;
  -webkit-transform: scale(0.01, 0.01);
          transform: scale(0.01, 0.01);
  opacity: 0;
  -webkit-animation: 1.6s ease-out 2s forwards running spread;
          animation: 1.6s ease-out 2s forwards running spread;
}

@-webkit-keyframes spread {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes spread {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

.delay1 {
  top: -50px;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay2 {
  top: -200px;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.blurTrigger {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* ぼかしから出現 */
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02) translateY(-16px);
            transform: scale(1.02) translateY(-16px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02) translateY(-16px);
            transform: scale(1.02) translateY(-16px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

#splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  background: #f2f2ef;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ff {
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes blur {
  from {
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

#splash_text {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

#splash_text img {
  width: 300px;
}

@media (max-width: 599px) {
  #splash_text img {
    width: 240px;
  }
}

/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
.l-container {
  width: 80%;
  max-width: 1760px;
  margin: auto;
}

@media (max-width: 599px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
  }
}

/*---------------------------------------------------
オリジナルパーツ
---------------------------------------------------*/
/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
.l-child__titleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-child__titleBox h1 {
  font-size: 8rem;
  font-family: "Marcellus";
  color: white;
  line-height: 1;
}

@media (max-width: 599px) {
  .l-child__titleBox h1 {
    font-size: 10vw;
  }
}

.l-child__titleBox h2 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 2.4rem;
  color: white;
}

@media (max-width: 599px) {
  .l-child__titleBox h2 {
    font-size: 1.6rem;
  }
}

/*---------------------------------------------------
オリジナルパーツ
---------------------------------------------------*/
.l-child__header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-child__header h2 {
  text-align: center;
  color: white;
  font-size: 2.2rem;
}

@media (max-width: 599px) {
  .l-child__header h2 {
    font-size: 1.6rem;
  }
}

.l-child__header__bg {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 180px 10% 120px;
}

@media (max-width: 599px) {
  .l-child__header__bg {
    padding: 140px 10% 100px;
  }
}

.l-child__header--rec {
  background-image: url(../img/recruit.png);
}

.l-child__header--hotel {
  background-image: url(../img/hotel.png);
}

.l-child__header--about {
  background-image: url(../img/about.jpg);
}

.l-child__header--service {
  background-image: url(../img/service.jpg);
}

.l-child__header--contact {
  background-image: url(../img/contact.jpg);
}

.l-child__header--news {
  background-image: url(../img/news.jpg);
}

.l-child__header--privacy {
  background-image: url(../img/services.jpg);
  text-align: center;
}

@media (max-width: 1024px) {
  .l-child__header--privacy h1 {
    font-size: 10vw;
  }
}

.p-single__wrapper__cont__title {
  font-size: 2rem;
}

.p-front__news__items__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-front__news__items__detail .p-front__news__items__detail__date {
  opacity: 0.6;
  padding-right: 20px;
}

.child-border {
  padding-bottom: 120px;
}

@media (max-width: 599px) {
  .child-border {
    padding-bottom: 80px;
  }
}

.u-text-center {
  text-align: center;
  margin-top: 32px;
}

.u-text-center .c-btn {
  border-bottom: 1px solid #bfc0c4;
  padding-bottom: 4px;
}

.p-single__wrapper__cont__main {
  margin-top: 16px;
}

/**
* Object
* ========================== */
/* Component ------------ */
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 1000;
  top: 24px;
  right: 40px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

@media (max-width: 599px) {
  .openbtn {
    top: 0px;
    right: 20px;
  }
}

.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  height: 1px;
  background-color: #333;
  border-radius: 100px;
}

.openbtn span:nth-of-type(1) {
  top: 20px;
  width: 50%;
  left: 25%;
}

.openbtn span:nth-of-type(2) {
  top: 30px;
  width: 50%;
  left: 25%;
}

/*========= ボタンをクリックした時 ===============*/
.openbtn.active span {
  background-color: #333;
}

.openbtn.active span:nth-of-type(1) {
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.openbtn.active span:nth-of-type(2) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  position: fixed;
  z-index: 999;
  top: -30px;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #f2f2ef;
  display: none;
  overflow: scroll;
}

.c-g-nav__wrapper {
  padding: 80px 20px 120px;
  overflow: scroll;
  height: 100vh;
  color: #333;
}

.c-g-nav__list {
  margin-bottom: 100px;
  overflow: hidden;
}

.c-g-nav__list__items {
  list-style: none;
  position: relative;
  border-bottom: white 1px solid;
}

.c-g-nav__list__items:last-child {
  border-bottom: none;
}

.c-g-nav__list__items__link {
  font-weight: 300;
  font-size: 2.4rem;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Marcellus";
  display: block;
  height: 100%;
  width: 100%;
  padding: 24px 0;
}

.c-g-nav__list__items__link__smoothText {
  overflow: hidden;
}

.c-g-nav__list__items__link__smoothTextTrigger--1 {
  margin-left: 20px;
  opacity: 0;
}

.c-g-nav__list__items__link__smoothTextTrigger--1.active {
  -webkit-animation-name: menuLink;
          animation-name: menuLink;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-g-nav__list__items__link__smoothTextTrigger--2 {
  margin-left: 20px;
  opacity: 0;
}

.c-g-nav__list__items__link__smoothTextTrigger--2.active {
  -webkit-animation-name: menuLink;
          animation-name: menuLink;
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-g-nav__list__items__link__smoothTextTrigger--3 {
  margin-left: 20px;
  opacity: 0;
}

.c-g-nav__list__items__link__smoothTextTrigger--3.active {
  -webkit-animation-name: menuLink;
          animation-name: menuLink;
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-g-nav__list__items__link__smoothTextTrigger--4 {
  margin-left: 20px;
  opacity: 0;
}

.c-g-nav__list__items__link__smoothTextTrigger--4.active {
  -webkit-animation-name: menuLink;
          animation-name: menuLink;
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-g-nav__list__items__link__smoothTextTrigger--5 {
  margin-left: 20px;
  opacity: 0;
}

.c-g-nav__list__items__link__smoothTextTrigger--5.active {
  -webkit-animation-name: menuLink;
          animation-name: menuLink;
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-g-nav__list__items__link__smoothTextTrigger--6 {
  margin-left: 20px;
  opacity: 0;
}

.c-g-nav__list__items__link__smoothTextTrigger--6.active {
  -webkit-animation-name: menuLink;
          animation-name: menuLink;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-g-nav__list__items__yazirusi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 36%;
  right: 8px;
  opacity: 0;
}

.c-g-nav__list__items__yazirusi::after {
  content: "";
  width: 32px;
  height: 8px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.c-g-nav__list__items__yazirusi--1.active {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-name: yazirusi;
          animation-name: yazirusi;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.c-g-nav__list__items__yazirusi--2.active {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
  -webkit-animation-name: yazirusi;
          animation-name: yazirusi;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.c-g-nav__list__items__yazirusi--3.active {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
  -webkit-animation-name: yazirusi;
          animation-name: yazirusi;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.c-g-nav__list__items__yazirusi--4.active {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
  -webkit-animation-name: yazirusi;
          animation-name: yazirusi;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes yazirusi {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes yazirusi {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes menuLink {
  0% {
    opacity: 0;
    margin-left: 20px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

@keyframes menuLink {
  0% {
    opacity: 0;
    margin-left: 20px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}

.c-g-nav__list__items__hr {
  width: 0;
  color: rgba(255, 255, 255, 0.5);
}

.c-g-nav__list__items__hr--1.active {
  -webkit-animation-name: hr;
          animation-name: hr;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.c-g-nav__list__items__hr--2.active {
  -webkit-animation-name: hr;
          animation-name: hr;
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.c-g-nav__list__items__hr--3.active {
  -webkit-animation-name: hr;
          animation-name: hr;
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.c-g-nav__list__items__hr--4.active {
  -webkit-animation-name: hr;
          animation-name: hr;
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes hr {
  0% {
    width: 0;
  }
  100% {
    width: 110%;
  }
}

@keyframes hr {
  0% {
    width: 0;
  }
  100% {
    width: 110%;
  }
}

.ssss {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 1.3rem;
  margin-left: 14px;
}

.c-section__title {
  font-size: 8rem;
  font-family: "Marcellus";
  color: #bfc0c4;
  line-height: 1;
}

@media (max-width: 599px) {
  .c-section__title {
    padding-left: 0px;
    font-size: 10vw;
    line-height: 1;
  }
}

.c-section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

@media (max-width: 599px) {
  .c-section__flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-section__flex__title {
  font-size: 3rem;
  margin-right: 40px;
  font-family: "Marcellus";
}

@media (max-width: 599px) {
  .c-section__flex__title {
    padding-left: 20px;
    font-size: 2.4rem;
    margin-right: 0;
  }
}

.c-section__flex__btn {
  text-align: right;
  position: relative;
}

.c-section__flex__btn a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.c-section__flex__btn a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media (max-width: 599px) {
  .c-section__flex__btn {
    margin-right: 20px;
  }
}

@media (max-width: 599px) {
  .p-front__about__imgsss {
    margin-top: -80px !important;
  }
}

.swiper__wrapper {
  position: relative;
  width: 50%;
  height: 100vh;
  z-index: 200;
}

@media (max-width: 768px) {
  .swiper__wrapper {
    width: 100%;
  }
}

.swiper__wrapper .swiper-container {
  height: 100vh;
}

.swiper__wrapper .swiper-container .swiper-wrapper {
  height: 100vh;
}

.swiper__wrapper .swiper-container .swiper-wrapper img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper__wrapper .swiper-container .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: auto;
  left: 30px;
  bottom: 30px;
  position: absolute;
  z-index: 500;
}

.swiper__wrapper .swiper-container .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  opacity: 1;
  position: relative;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 48px;
  height: 48px;
  border-radius: 0;
  margin: 0;
  padding: 10px 0;
  background-color: transparent;
  text-align: center;
  font-family: "Marcellus";
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
  z-index: 500;
}

.swiper__wrapper
.swiper-container
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper__wrapper .swiper-container .swiper-pagination-bullet .circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.circle1 {
  stroke-dasharray: 152px;
  stroke-dashoffset: 152px;
}

.swiper-pagination-bullet-active .circle {
  -webkit-transform: scale(1) rotate(-90deg);
          transform: scale(1) rotate(-90deg);
}

.swiper-pagination-bullet-active .circle1 {
  -webkit-animation: sliderPagination 8s linear forwards;
          animation: sliderPagination 8s linear forwards;
}

@-webkit-keyframes sliderPagination {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes sliderPagination {
  100% {
    stroke-dashoffset: 0;
  }
}

.swiper-pagination-bullet-active {
  display: block !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoom-in 10s linear 0s 1 normal both;
          animation: zoom-in 10s linear 0s 1 normal both;
}

.swiper-slide {
  overflow: hidden;
}

/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
.c-spacer {
  padding-top: 120px;
}

@media (max-width: 599px) {
  .c-spacer {
    padding-top: 80px;
  }
}

.c-big-spacer {
  padding-top: 240px;
}

@media (max-width: 599px) {
  .c-big-spacer {
    padding-top: 120px;
  }
}

/*---------------------------------------------------
オリジナルパーツ
---------------------------------------------------*/
.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .c-nav__list {
    display: block;
    margin-top: 40px;
    width: 100%;
    padding-left: 8px;
  }
}

.c-nav__list__items {
  margin-left: 30px;
}

@media (max-width: 1024px) {
  .c-nav__list__items {
    margin-left: 0;
    margin-bottom: 6px;
    width: 100%;
    font-size: 1.8rem;
  }
}

.c-nav__list__items__link {
  font-weight: 300;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 4px;
}

@media (max-width: 1024px) {
  .c-nav__list__items__link {
    display: inline-block;
    width: 100%;
    font-family: "Marcellus";
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-nav__list__items__link .ssss {
    font-size: 1.1rem;
  }
}

.c-nav__list__items__link__contact {
  border-bottom: 1px solid #bfc0c4;
}

.c-nav__list__items__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #bfc0c4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

@media (max-width: 1024px) {
  .c-nav__list__items__link::after {
    display: none;
  }
}

.c-nav__list__items__link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@-webkit-keyframes menu {
  0% {
    display: block;
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
  }
}

@keyframes menu {
  0% {
    display: block;
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
  }
}

.p-contact__container {
  padding: 0 20px;
  max-width: 720px;
  margin: auto;
}

.p-contact__container__title {
  font-size: 3rem;
  margin-bottom: 8px;
}

@media (max-width: 599px) {
  .p-contact__container__title {
    font-size: 2.4rem;
  }
}

.p-contact__container__text {
  margin-bottom: 32px;
}

/*Contact Form 7カスタマイズ*/
.inquiry {
  width: 100%;
  max-width: 720px;
  margin: auto;
  border-spacing: 0px 30px;
  border-collapse: inherit;
  text-align: left;
}

.inquiry th {
  text-align: left;
  padding-right: 5px;
  width: 30%;
  font-weight: 300;
}

@media (max-width: 768px) {
  .inquiry th {
    margin-bottom: 10px;
  }
}

.inquiry input,
.inquiry textarea,
.inquiry select {
  border: 1px solid #dedede;
  width: 100%;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: left;
  background: white;
  margin-bottom: 30px;
  margin-top: 10px;
}

.haveto {
  font-size: 7px;
  padding: 4px;
  background: #ff6f6f;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
  margin-left: 20px;
  white-space: nowrap;
}

.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

.form-box {
  margin-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
  margin: auto;
  margin-top: 30px;
}

.form-box input {
  width: 100%;
  padding: 20px 0;
  background: #bfc0c4;
  color: white;
  width: 300px;
  height: 80px;
  font-size: 1.6rem;
  border-radius: 150px / 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-box input:hover {
  background-color: #333;
  color: white;
  border-radius: 100px;
  width: 500px;
}

@media (max-width: 599px) {
  .form-box input:hover {
    width: 100%;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 .ajax-loader {
  display: none;
}

/*スマホContact Form 7カスタマイズ*/
@media (max-width: 768px) {
  .inquiry th,
  .inquiry td {
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto,
  .inquiry .any {
    font-size: 10px;
  }
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
  text-align: left;
  margin-top: -30px;
  margin-bottom: 30px;
}

.c-conversion-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .c-conversion-area {
    display: block;
  }
}

.c-conversion-area__container {
  width: 50%;
  background-position: center;
  background-size: cover;
  color: white;
}

@media (max-width: 1024px) {
  .c-conversion-area__container {
    width: 100%;
  }
}

.c-conversion-area__container__bg {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20% 10%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-conversion-area__container__bg:hover {
  background-color: #bfc0c4;
}

@media (max-width: 599px) {
  .c-conversion-area__container__bg:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.c-conversion-area__container h2 {
  font-size: 6rem;
  font-family: "Marcellus";
  margin-bottom: -20px;
}

@media (max-width: 599px) {
  .c-conversion-area__container h2 {
    font-size: 10vw;
  }
}

.c-conversion-area__container h3 {
  font-size: 2rem;
}

@media (max-width: 599px) {
  .c-conversion-area__container h3 {
    font-size: 1.8rem;
  }
}

.c-conversion-area__container--staff {
  background-image: url(../img/hotel.png);
}

.c-conversion-area__container--recruit {
  background-image: url(../img/recruit.png);
}

.c-conversion-area .link__circle:before {
  background-color: rgba(255, 255, 255, 0.3);
}

.c-conversion-area .link__circle:after {
  background-color: white;
}

.c-conversion-area__container__box:hover .link__label {
  margin: 0 0 0 0.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 15px;
}

.c-conversion-area__container__box:hover .link__circle:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-conversion-area__container__box:hover .link__circle:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Project ------------ */
/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
.p-header {
  position: absolute;
  padding: 0 40px;
  z-index: 999;
  top: 30px;
  width: 100%;
  color: white;
}

@media (max-width: 599px) {
  .p-header {
    position: fixed;
    top: 30px;
    padding: 0 20px;
  }
}

/*---------------------------------------------------
オリジナルパーツ
---------------------------------------------------*/
.p-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__img {
  width: 120px;
  position: relative;
  z-index: 10000;
}

.p-header__img--white {
  display: none;
}

@media (max-width: 599px) {
  .p-header__img {
    width: 100px;
  }
}

/*========= pc menu ===============*/
@media (max-width: 1024px) {
  .p-header__pc-menu {
    display: none;
  }
}

.p-header__sp-menu {
  display: none;
}

@media (max-width: 1024px) {
  .p-header__sp-menu {
    display: block;
  }
}

.header-logo {
  color: white;
}

.header-logo img {
  height: 40px;
  width: auto;
  margin-right: 16px;
}

#header-logo.Up {
  display: none;
}

#header-logo-white {
  display: none;
}

#header-logo-white.Up {
  display: block;
}

#header-text.Up {
  color: #333;
}

#header.Up {
  color: #333;
}

.p-header__block__logoBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-text {
  font-size: 1.2rem;
  margin-top: 4px;
  color: white;
}

/*　上に上がる動き　*/
#header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
#header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 599px) {
  .header-text {
    display: none;
  }
}

/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
.p-footer {
  overflow: hidden;
  border-top: 1px solid white;
  padding: 80px 0px 30px;
  margin-top: 120px;
}

.p-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .p-footer__container {
    display: block;
  }
}

.p-footer__container__left__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.p-footer__container__left__title__logo img {
  height: 40px;
  width: auto;
  margin-right: 16px;
}

.p-footer__container__left__title__text {
  font-size: 1.2rem;
}

.p-footer__container__left__text {
  font-size: 1.5rem;
}

@media (max-width: 599px) {
  .p-footer__container__left__text {
    font-size: 1.3rem;
  }
}

@media (max-width: 599px) {
  .p-footer {
    padding: 30px 0px;
  }
}

.copyright {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Marcellus";
}

.p-footer__fv__main .d-demo__item {
  opacity: 1;
}

.p-footer-container {
  padding: 0 40px;
}

@media (max-width: 599px) {
  .p-footer-container {
    padding: 0 20px;
  }
}

@media (max-width: 599px) {
  .p-footer__container__left__title__text {
    display: none;
  }
}

.p-footer__container__left__privacy {
  margin-top: 24px;
  font-size: 1.4rem;
}

@media (max-width: 599px) {
  .p-footer__container__left__privacy {
    font-size: 1.3rem;
  }
}

/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
/*---------------------------------------------------
オリジナルパーツ
---------------------------------------------------*/
.p-front__fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .p-front__fv {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
}

.p-front__fv__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .p-front__fv__right {
    width: auto;
    position: absolute;
    color: white;
    top: auto;
    left: 20px;
    bottom: 14%;
    z-index: 900;
  }
}

.p-front__fv__title {
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
  z-index: 400;
}

@media (max-width: 768px) {
  .p-front__fv__title {
    font-size: 3vw;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

.p-front__fv__title div {
  display: none;
}

@media (max-width: 768px) {
  .p-front__fv__title div {
    display: block;
    font-size: 7.6vw;
    font-family: "Marcellus";
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.p-front__fv__main {
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.p-front__fv__main .d-demo__item {
  font-size: 12em;
  white-space: nowrap;
  color: white;
  font-family: "Marcellus";
  opacity: 1;
}

.p-front__fv__sub {
  overflow: hidden;
  position: absolute;
  z-index: 300;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

/*
右から左へ
----------------------------*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.d-demo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-demo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.d-demo__list--left {
  -webkit-animation: infinity-scroll-left 800s infinite linear 0.5s both;
          animation: infinity-scroll-left 800s infinite linear 0.5s both;
}

.d-demo__item {
  font-size: 12em;
  white-space: nowrap;
  color: white;
  font-family: "Marcellus";
  opacity: 0.4;
}

@media (max-width: 599px) {
  .d-demo__item {
    font-size: 8rem;
  }
}

.p-front__about {
  position: relative;
}

.p-front__about__text {
  width: 60%;
  position: relative;
  z-index: 1;
}

@media (max-width: 599px) {
  .p-front__about__text {
    width: 90%;
  }
}

.p-front__about__img {
  width: 80%;
  right: 0;
  margin-left: 20%;
  margin-top: -300px;
  opacity: 0.4;
  position: relative;
  z-index: -1;
}

@media (max-width: 599px) {
  .p-front__about__img {
    width: 140%;
    right: 0;
    margin-left: -20%;
    margin-top: -120px;
    opacity: 1;
  }
}

.link {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.link__circle {
  width: 4rem;
  height: 4rem;
}

.link__circle:before {
  width: 4rem;
  height: 4rem;
  display: block;
  content: "";
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link__circle:after {
  width: 4rem;
  height: 4rem;
  display: block;
  content: "";
  background-color: #bfc0c4;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link__label {
  font-family: "Marcellus";
  position: relative;
  display: block;
  line-height: 1;
  margin: 0 0 0 -1.25rem;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 3px;
  letter-spacing: 0.1rem;
}

.link:hover .link__label {
  margin: 0 0 0 0.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 15px;
}

.link:hover .link__circle:before {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link:hover .link__circle:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-front__service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 599px) {
  .p-front__service__container {
    display: block;
  }
}

.p-front__service__container__service {
  width: 44%;
}

@media (max-width: 599px) {
  .p-front__service__container__service {
    width: 100%;
  }
}

.p-front__service__container__imgBox {
  width: 50%;
  position: sticky;
  top: 10px;
  position: -webkit-sticky;
  /*Safari*/
  position: sticky;
  /*固定したい位置*/
  top: 100px;
  height: calc(100vh - 200px);
}

@media (max-width: 599px) {
  .p-front__service__container__imgBox {
    display: none;
  }
}

.p-front__service__container__imgBox__wrap {
  position: relative;
  height: 100%;
  opacity: 0;
}

.p-front__service__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-front__service__serviceBox {
  padding-bottom: 160px;
  border-bottom: 1px solid white;
}

@media (max-width: 599px) {
  .p-front__service__serviceBox {
    padding-bottom: 30px;
    background: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
    margin-bottom: 60px;
  }
}

.p-front__service__serviceBox--3 {
  padding-bottom: 50vh;
  border-bottom: none;
}

@media (max-width: 599px) {
  .p-front__service__serviceBox--3 {
    padding-bottom: 30px;
  }
}

.p-front__service__serviceBox h3 {
  font-size: 6rem;
  font-family: "Marcellus";
  color: #bfc0c4;
  margin-bottom: 10px;
  margin-top: 40px;
  line-height: 1;
}

@media (max-width: 599px) {
  .p-front__service__serviceBox h3 {
    font-size: 1.4rem;
    margin-bottom: -4px;
    padding: 0 30px;
    margin-top: 30px;
  }
}

.p-front__service__serviceBox h4 {
  font-size: 2rem;
  margin-bottom: 16px;
}

@media (max-width: 599px) {
  .p-front__service__serviceBox h4 {
    margin-top: 4px;
    font-size: 1.8rem;
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .p-front__service__serviceBox p {
    padding: 0 30px;
  }
}

@media (max-width: 599px) {
  .p-front__service__serviceBox .link {
    margin-left: 30px;
  }
}

@media (max-width: 599px) {
  .p-front__service__serviceBox .link__circle:before {
    background-color: #bfc0c440;
  }
}

#service-img,
#service-img2,
#service-img3 {
  position: absolute;
  border: 10px solid transparent;
}

#service-img {
  z-index: 3;
}

#service-img2 {
  z-index: 2;
  border: 10px solid transparent;
}

#service-img3 {
  z-index: 1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 10px solid #bfc0c480;
}

@media (max-width: 599px) {
  #service-img3 {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-front__contact {
  text-align: center;
}

.p-front__contact h2 {
  font-size: 8rem;
  color: #bfc0c4;
  font-family: "Marcellus";
  margin-bottom: -20px;
}

@media (max-width: 599px) {
  .p-front__contact h2 {
    font-size: 14vw;
  }
}

.p-front__contact__text {
  font-size: 1.6rem;
}

@media (max-width: 599px) {
  .p-front__contact__text {
    font-size: 1.4rem;
  }
}

.p-front__contact button {
  background-color: white;
  font-family: "Marcellus";
  margin-top: 40px;
  color: #bfc0c4;
  width: 400px;
  height: 100px;
  font-size: 2rem;
  border-radius: 200px / 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 599px) {
  .p-front__contact button {
    width: 80%;
    height: 80px;
    font-size: 1.6rem;
    border-radius: 180px / 50px;
  }
}

.p-front__contact button:hover {
  background-color: #bfc0c4;
  color: white;
  border-radius: 100px;
  width: 500px;
}

@media (max-width: 599px) {
  .p-front__contact button:hover {
    width: 100%;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeOut {
  color: white;
  -webkit-animation-name: fadeout;
          animation-name: fadeout;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.opacity0 {
  -webkit-animation-name: opacity0;
          animation-name: opacity0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes opacity0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacity0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.opacity1 {
  -webkit-animation-name: opacity1;
          animation-name: opacity1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes opacity1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 599px) {
  .p-front__service__serviceBox img {
    display: block;
  }
}

.p-contact__calender {
  text-align: center;
}

.p-contact__calender__text {
  margin-top: -16px;
  margin-bottom: 40px;
}

.p-about__message__step {
  display: block;
}

@media (max-width: 599px) {
  .p-about__message__step {
    display: none;
  }
}

.p-about__message__step__sp {
  display: none;
}

@media (max-width: 599px) {
  .p-about__message__step__sp {
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 40px;
  }
}

.p-about__info {
  overflow: hidden;
}

.p-service__info__container {
  overflow: hidden;
}

.p-service__info__container--return {
  overflow: hidden;
}

.p-front__about__img__s {
  margin-top: -224px;
}

@media (max-width: 599px) {
  .p-front__about__img__s {
    margin-top: -44px;
  }
}

#service-area-1 {
  padding-top: 80px;
}

@media (max-width: 599px) {
  #service-area-1 {
    padding-top: 0px;
  }
}

/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
/*---------------------------------------------------
オリジナルパーツ
---------------------------------------------------*/
.p-about__message {
  max-width: 720px;
  margin: auto;
}

.p-about__message h3 {
  font-size: 8rem;
  font-family: "Marcellus";
  color: #bfc0c4;
  text-align: center;
  line-height: 1;
}

@media (max-width: 599px) {
  .p-about__message h3 {
    font-size: 10vw;
  }
}

.p-about__message h4 {
  font-size: 2rem;
  text-align: center;
}

@media (max-width: 599px) {
  .p-about__message h4 {
    font-size: 1.8rem;
  }
}

.p-about__message__name {
  text-align: right;
  margin-top: 16px;
}

.p-about__info {
  max-width: 1760px;
  padding-left: 10%;
}

@media (max-width: 599px) {
  .p-about__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-about__info h3 {
  font-size: 8rem;
  font-family: "Marcellus";
  color: #bfc0c4;
  line-height: 1;
}

@media (max-width: 599px) {
  .p-about__info h3 {
    font-size: 10vw;
  }
}

.p-about__info h4 {
  font-size: 2rem;
}

@media (max-width: 599px) {
  .p-about__info h4 {
    font-size: 1.8rem;
  }
}

.p-about__info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 599px) {
  .p-about__info__container {
    display: block;
  }
}

.p-about__info__container__left {
  padding-right: 5%;
  width: 50%;
}

@media (max-width: 599px) {
  .p-about__info__container__left {
    width: 100%;
  }
}

.p-about__info__container iframe {
  width: 50%;
}

@media (max-width: 599px) {
  .p-about__info__container iframe {
    width: 100%;
    height: 400px;
  }
}

.p-about__info__list {
  font-size: 1.5rem;
  width: 100%;
}

@media (max-width: 599px) {
  .p-about__info__list {
    font-size: 1.3rem;
    margin: 20px 0 40px;
  }
}

.p-about__info__list th,
.p-about__info__list td {
  padding: 40px 0;
  font-weight: normal;
  border-bottom: 1px solid white;
}

@media (max-width: 599px) {
  .p-about__info__list th,
  .p-about__info__list td {
    padding: 20px 0;
  }
}

.p-about__info__list .last-child {
  border-bottom: none;
}

.p-about__info__list th {
  width: 120px;
}

.p-about__contract__text {
  text-align: center;
  margin-top: 24px;
}

.p-about__contract__text strong {
  font-size: 1.8rem;
}

.p-contract__message {
  max-width: 1200px;
  margin: auto;
}

.p-contract__message h3 {
  font-size: 8rem;
  font-family: "Marcellus";
  color: #bfc0c4;
  text-align: center;
  line-height: 1;
}

@media (max-width: 599px) {
  .p-contract__message h3 {
    font-size: 10vw;
  }
}

.p-contract__message h4 {
  font-size: 2rem;
  text-align: center;
}

@media (max-width: 599px) {
  .p-contract__message h4 {
    font-size: 1.8rem;
  }
}

.p-about__contract__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 599px) {
  .p-about__contract__container {
    display: block;
  }
}

.p-about__contract__container div {
  width: 46%;
  margin-top: 40px;
  background: white;
  padding: 40px;
}

@media (max-width: 599px) {
  .p-about__contract__container div {
    padding: 40px;
    width: 100%;
  }
}

.p-about__contract__container hr {
  color: rgba(0, 0, 0, 0.1);
  margin: 8px 0 16px;
}

.p-about__contract__container h5 {
  font-size: 2rem;
}

@media (max-width: 599px) {
  .p-about__contract__container h5 {
    font-size: 1.8rem;
  }
}

.p-about__message__step {
  margin-top: 40px;
}

.p-recruit__message h3 {
  font-size: 8rem;
  font-family: "Marcellus";
  color: #bfc0c4;
  line-height: 1;
}

@media (max-width: 599px) {
  .p-recruit__message h3 {
    font-size: 10vw;
  }
}

.p-recruit__message h4 {
  font-size: 2rem;
}

@media (max-width: 599px) {
  .p-recruit__message h4 {
    font-size: 1.8rem;
  }
}

.p-recruit__table h3 {
  font-size: 8rem;
  font-family: "Marcellus";
  color: #bfc0c4;
  text-align: center;
  line-height: 1;
}

@media (max-width: 599px) {
  .p-recruit__table h3 {
    font-size: 10vw;
  }
}

.p-recruit__table h4 {
  font-size: 2rem;
  text-align: center;
}

@media (max-width: 599px) {
  .p-recruit__table h4 {
    font-size: 1.8rem;
  }
}

.p-recruit__table table {
  width: 100%;
}

.p-recruit__table table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit__table table th,
.p-recruit__table table td {
  padding: 20px 0;
  border-bottom: 1px solid #f2f2ef;
}

.p-recruit__table table th {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}

.p-recruit__table table td {
  width: 100%;
}

.p-recruit__table table .last-child {
  border-bottom: none;
}

.p-recruit__table__container {
  background-color: white;
  padding: 40px 120px 80px;
  max-width: 960px;
  margin: auto;
  margin-top: 40px;
}

@media (max-width: 599px) {
  .p-recruit__table__container {
    padding: 40px 24px 60px;
    margin-top: 24px;
  }
}

.p-recruit__table__container p strong {
  font-size: 2rem;
}

.p-contact__calender h3 {
  font-size: 8rem;
  font-family: "Marcellus";
  color: #bfc0c4;
  text-align: center;
  line-height: 1;
}

@media (max-width: 599px) {
  .p-contact__calender h3 {
    font-size: 10vw;
  }
}

.p-contact__calender h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 599px) {
  .p-contact__calender h4 {
    font-size: 1.8rem;
  }
}

.mt-40px {
  margin-top: 20px;
}

.p-about__message__box {
  background: white;
  padding: 60px;
  margin-top: 40px;
}

@media (max-width: 599px) {
  .p-about__message__box {
    margin-top: 20px;
    padding: 30px;
  }
}

.p-privacy {
  max-width: 720px;
}

.p-privacy h2 {
  font-size: 1.6rem;
  margin-top: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 4px;
  margin-bottom: 4px;
}

/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
/*---------------------------------------------------
オリジナルパーツ
---------------------------------------------------*/
.p-service__info {
  max-width: 1760px;
}

@media (max-width: 599px) {
  .p-service__info {
    margin-top: -100px;
  }
}

.p-service__info h3 {
  font-size: 6rem;
  font-family: "Marcellus";
  color: #bfc0c4;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .p-service__info h3 {
    font-size: 1.4rem;
    margin-bottom: -4px;
  }
}

.p-service__info h4 {
  font-size: 2rem;
  margin-bottom: 24px;
}

@media (max-width: 599px) {
  .p-service__info h4 {
    margin-bottom: 14px;
    margin-top: 4px;
  }
}

.p-service__info hr {
  width: 200%;
  color: white;
  margin-top: 32px;
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .p-service__info hr {
    color: rgba(0, 0, 0, 0.1);
    width: 100%;
  }
}

.p-service__info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 599px) {
  .p-service__info__container {
    display: block;
    padding-top: 100px;
  }
}

.p-service__info__container__left {
  padding: 80px 5% 60px 10%;
  width: 50%;
}

@media (max-width: 599px) {
  .p-service__info__container__left {
    width: 90%;
    padding: 30px 30px 120px;
    background: white;
    margin-left: 10%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  }
}

.p-service__info__container__right {
  width: 50%;
  position: relative;
  z-index: 1;
}

@media (max-width: 599px) {
  .p-service__info__container__right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

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

@media (max-width: 599px) {
  .p-service__info__container__right img {
    height: 300px;
    width: 90%;
    margin-top: -70px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

.p-service__info__container--return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 599px) {
  .p-service__info__container--return {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 100px;
  }
}

.p-service__info__container--return__left {
  width: 50%;
  padding: 80px 10% 60px 5%;
}

@media (max-width: 599px) {
  .p-service__info__container--return__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 90%;
    padding: 30px 30px 120px;
    background: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  }
}

.p-service__info__container--return__left hr {
  width: 200%;
  margin-left: -100%;
  z-index: -1;
  position: relative;
}

@media (max-width: 599px) {
  .p-service__info__container--return__left hr {
    color: rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-left: 0;
    position: inherit;
  }
}

.p-service__info__container--return img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 599px) {
  .p-service__info__container--return img {
    height: 300px;
    width: 90%;
    margin-left: 10%;
    z-index: 1;
    position: relative;
  }
}

.mt-24 {
  margin-top: 24px;
}

.p-about__none {
  padding: 0;
}

.service-num {
  display: none;
}

@media (max-width: 599px) {
  .service-num {
    position: absolute;
    padding: 1rem 1.5rem;
    font-family: "Marcellus";
    color: #bfc0c4;
    top: -5rem;
    left: 10px;
    font-size: 6rem;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
  }
  .service-num div {
    margin-left: -10px;
  }
  .service-num hr {
    border: 1px solid #bfc0c4;
    width: 168px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 23px;
    margin-left: -64px;
  }
}

@media (max-width: 599px) {
  .p-front__service__serviceBox {
    position: relative;
  }
}

.p-front-service-h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}

@media (max-width: 599px) {
  .p-front-service-h3 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}

@media (max-width: 599px) {
  .p-front-service-h3--ser {
    margin-bottom: 48px;
  }
}

@media (max-width: 599px) {
  .p-front__service__serviceBox {
    position: relative;
    margin: auto;
    width: calc(100% - 20px);
    margin-bottom: 96px;
  }
}

.p-front__contact__recruit {
  margin-top: 56px;
}

.p-front__contact__recruit button {
  margin-top: 20px;
}

.voice_img {
  max-width: 160px;
  margin: auto;
}

.p-about__contract__container .voice_imgBOx {
  text-align: center;
  width: 100%;
  margin-top: 0px;
  background: white;
  padding: 0;
  margin-bottom: 20px;
}

.entry-btn button {
  color: white;
  background: #bfc0c4;
}

.entry-btn button:hover {
  background: #333;
}

.p-top__news__wrapper__list__items__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.p-top__news__wrapper__list__items__cont .p-top__news__wrapper__list__items__cont__date {
  opacity: 0.6;
  padding-right: 20px;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers li {
  margin: 0 14px;
}

.page-numbers li .page-numbers {
  opacity: 0.4;
  margin-top: 32px;
}

.page-numbers li .page-numbers.current {
  opacity: 1;
}

/* Utility ------------ */
/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
/*---------------------------------------------------
PCのみで表示 ---------------------------------------------------*/
.u-display-pc {
  display: block;
}

@media (max-width: 1024px) {
  .u-display-pc {
    display: none;
  }
}

@media (max-width: 599px) {
  .u-display-pc {
    display: none;
  }
}

/*---------------------------------------------------
TBのみで表示 ---------------------------------------------------*/
.u-display-tb {
  display: none;
}

@media (max-width: 1024px) {
  .u-display-tb {
    display: block;
  }
}

@media (max-width: 599px) {
  .u-display-tb {
    display: none;
  }
}

/*---------------------------------------------------
SPのみで表示 ---------------------------------------------------*/
.u-display-sp {
  display: none;
}

@media (max-width: 599px) {
  .u-display-sp {
    display: block;
  }
}

/*---------------------------------------------------
PC&TBで表示 ---------------------------------------------------*/
.u-display-pc-tb {
  display: block;
}

@media (max-width: 599px) {
  .u-display-pc-tb {
    display: none;
  }
}

/*---------------------------------------------------
オリジナルパーツ
---------------------------------------------------*/
@media (max-width: 1024px) {
  .svada {
    display: none;
  }
}

.ssagbs {
  display: none;
}

@media (max-width: 1024px) {
  .ssagbs {
    display: block;
  }
}

.text-centerLine {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */