@charset "UTF-8";
/* -------------------------------------------*/ /* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --header_height: 75px;
  --content_width: 100%;
  --side_weight: 195px;
  --side-between_space: 16px;
  --content_space--sm: 96px;
  --content_space--md: 128px;
  --sec_pd: 128px;
  --mv-news_width: 604px;
  --mv_over-height: 196px;
  --base_radius: 32px;
  --window_width: calc(100vw + calc(var(--side_weight) + var(--side-between_space)));
  --pages-left_space: 20.37vw;
  --pages-right_space: 14.8vw;
}
@media not all and (max-width: 1780px) {
  :root {
    --content_space--sm: 128px;
    --content_space--md: 180px;
    --side-between_space: 64px;
    --mv-news_width: 650px;
  }
}
@media screen and (max-width: 1560px) {
  :root {
    --content_space--sm: 4vw;
    --content_space--md: 9.2vw;
    --sec_pd: 86px;
    --mv-news_width: 38.88vw;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --content_width: 1000px;
    --header_height: 64px;
    --side_weight: 65px;
    --content_space--md: 76px;
    --mv-news_width: 82.4vw;
    --mv_over-height: 53px;
    --base_radius: 16px;
    --content-both_space: 15px;
    --window_width: 100vw;
    --pages-left_space: 19.73vw;
    --pages-right_space: 0;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --content_width: 580px;
    --side_weight: 60px;
    --content_space--md: 64px;
    --sec_pd: 32px;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/ /* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input[type=submit] {
  background: none;
  border: none;
  height: 100%;
  outline: none;
  width: 100%;
}

/* -------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  html,
body {
    display: none;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 769px) and (max-width: 1900px) {
  html {
    font-size: 0.55vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
body {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2rem;
  height: 100%;
  letter-spacing: 0.15em;
  line-height: 1.5;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  body {
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 10px;
  }
}
section {
  position: relative;
  width: 100%;
}

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

a:hover {
  color: unset;
  opacity: 0.7;
}

a:visited {
  color: unset;
}

picture {
  display: block;
  line-height: 0;
}

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

svg:not(:root) {
  overflow: hidden;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  outline: none;
  position: relative;
  vertical-align: middle;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

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

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

output {
  display: inline-block;
}

@media not all and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* -------------------------------------------*/
/*underline*/
/*arrow-fade*/
@-webkit-keyframes arrow-fade {
  0% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(15px);
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes arrow-fade {
  0% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(15px);
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  background: #E7E4E0;
  padding: 35px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 10px 0;
  }
}

/* -------------------------------------------*/
.l-header {
  background: linear-gradient(to right, rgba(179, 159, 142, 0.3) 0%, #b39f8e 100%, #000 100%);
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  padding: 1.9rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 10px;
  }
}
.l-header__logo {
  align-items: center;
  display: flex;
}
.l-header__logo--img {
  width: 6.2rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo--img {
    width: 30px;
  }
}
.l-header__logo--title {
  letter-spacing: 0.25em;
  line-height: 1.3;
  margin-left: 14px;
}
@media screen and (max-width: 768px) {
  .l-header__logo--title {
    margin-left: 10px;
  }
}
.l-header__nav {
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__list {
  display: flex;
}
.l-header__list-item {
  font-size: 2.2rem;
  margin-right: 1rem;
  padding: 0.8rem 2rem;
  transition: all 0.5s;
}
.l-header__list-item:hover {
  background: #4A4A4A;
  color: #fff;
  transition: all 0.5s;
}
.l-header__tab {
  overflow: hidden;
}
.l-header__tab--inner {
  opacity: 0;
  position: absolute;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}
.l-header__tab--inner.active {
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}

.l-header__hover {
  background: #4A4A4A;
  color: #fff;
  display: none;
  left: 0;
  position: absolute;
  top: 10rem;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-header__hover {
    color: #4A4A4A;
    display: block;
    position: relative;
    top: unset;
  }
  .l-header__hover:first-child, .l-header__hover:nth-child(3) {
    background: #EDEDED;
  }
  .l-header__hover:nth-child(2), .l-header__hover:nth-child(4), .l-header__hover:nth-child(5) {
    background: #fff;
  }
}
.l-header__hover--inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__hover--inner {
    display: block;
  }
}
.l-header__hover--left, .l-header__hover--right {
  padding: 3.5rem 4rem;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-header__hover--left, .l-header__hover--right {
    padding: 10px 20px;
    width: 100%;
  }
}
.l-header__hover--title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-header__hover--title {
    font-size: 7px;
    margin-bottom: 15px;
  }
}
.l-header__hover--title h2 {
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .l-header__hover--title h2 {
    border-color: #4A4A4A;
  }
}
.l-header__hover--list-wrap {
  display: flex;
}
.l-header__hover--list:first-child {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .l-header__hover--list:first-child {
    margin-right: 20px;
  }
}
.l-header__hover--list-item {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-header__hover--list-item {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.l-header__hover.active {
  display: block;
}

.l-header__hover--sns {
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .l-header__hover--sns {
    padding: 10px 20px;
  }
}
.l-header__hover--sns .l-header__hover--list-wrap {
  justify-content: space-between;
  max-width: 1735px;
}
@media screen and (max-width: 768px) {
  .l-header__hover--sns .l-header__hover--list-wrap {
    display: block;
  }
}
.l-header__hover--sns .l-header__hover--list:first-child {
  margin-right: 0;
}
.l-header__hover--sns li::before {
  background-image: url(../img/index/icon-fb@2x.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 5rem;
  margin-right: 3rem;
  vertical-align: middle;
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .l-header__hover--sns li::before {
    background-repeat: no-repeat;
    height: 12px;
    margin-right: 15px;
    vertical-align: sub;
    width: 12px;
  }
}
.l-header__hover--blog li::before {
  background-image: url(../img/index/icon-fb@2x.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 5rem;
  margin-right: 3rem;
  vertical-align: middle;
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .l-header__hover--blog li::before {
    background-repeat: no-repeat;
    height: 12px;
    margin-right: 15px;
    vertical-align: sub;
    width: 12px;
  }
}

.l-header__hover--list-item--insta::before {
  background-image: url(../img/index/icon-insta@2x.png) !important;
}
.l-header__hover--list-item--tw::before {
  background-image: url(../img/index/icon-tw@2x.png) !important;
}
.l-header__hover--list-item--yt::before {
  background-image: url(../img/index/icon-yt@2x.png) !important;
}
.l-header__hover--list-item--blog::before {
  background-image: url(../img/index/icon-blog@2x.png) !important;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    height: 20px;
    margin: 5px;
    position: relative;
    width: 25px;
  }
  .hamburger span {
    background: #fff;
    height: 1px;
    position: absolute;
    transition: all 0.5s;
    width: 100%;
  }
  .hamburger span:first-child {
    top: 0;
  }
  .hamburger span:first-child.active {
    background: #4A4A4A;
    transform: translateX(0px) translateY(10px) rotate(45deg);
  }
  .hamburger span:nth-child(2) {
    top: 10px;
  }
  .hamburger span:nth-child(2).active {
    opacity: 0;
  }
  .hamburger span:nth-child(3) {
    bottom: 0;
  }
  .hamburger span:nth-child(3).active {
    background: #4A4A4A;
    transform: translateX(0px) translateY(-9px) rotate(-45deg);
  }
}
/* -------------------------------------------*/ /* -------------------------------------------*/
.c-btn {
  background: transparent;
  border: 1.5px solid #868080;
  border-radius: 50px;
  display: inline-block;
  height: 7.5rem;
  line-height: 7.2rem;
  text-align: center;
  transition: all 0.5s;
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .c-btn {
    border: 1px solid #868080;
    height: 32px;
    line-height: 30px;
    width: 140px;
  }
}
.c-btn:hover {
  background: #868080;
  color: #fff !important;
}
.c-btn-colored {
  background: #868080;
  color: #fff !important;
}
.c-btn-colored:hover {
  background: #fff;
  border-color: #fff;
  color: #868080 !important;
}
.c-btn-transparent {
  background: transparent;
  border-color: #fff;
  color: #fff !important;
}
.c-btn-transparent:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  color: #404044 !important;
}
.c-btn-white {
  background: #fff;
  border-color: #fff;
  color: #868080 !important;
}
.c-btn-white:hover {
  background: #868080;
  color: #fff !important;
}
.c-btn-slider {
  border: none !important;
  font-size: 2.7rem;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .c-btn-slider {
    font-size: 12px;
    letter-spacing: 5px;
  }
}
.c-btn-slider-01 {
  background: #868080;
  color: #fff !important;
}
.c-btn-slider-01:hover {
  background: #fff;
  color: #868080 !important;
}
.c-btn-slider-02 {
  background: #C9A4AA;
  color: #fff !important;
}
.c-btn-slider-02:hover {
  background: #fff;
  color: #868080 !important;
}
.c-btn-slider-03 {
  background: #A39081;
  color: #fff !important;
}
.c-btn-slider-03:hover {
  background: #fff;
  color: #868080 !important;
}
.c-btn-slider-04 {
  background: #A7B4AF;
  color: #fff !important;
}
.c-btn-slider-04:hover {
  background: #fff;
  color: #868080 !important;
}
.c-btn-mv {
  background: #AF9886;
  border: unset;
  border-radius: 0;
  color: #fff !important;
  height: 3rem;
  line-height: 3rem;
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .c-btn-mv {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    width: 230px;
  }
}
.c-btn-header-contact {
  background: #EDEDED;
  border: none;
  border-radius: 0;
  color: #808080 !important;
  display: block;
  height: 7rem;
  line-height: 7rem;
  margin: 0 auto;
  width: 67.5rem;
}
@media screen and (max-width: 768px) {
  .c-btn-header-contact {
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
    width: 230px;
  }
}

/* -------------------------------------------*/
@media screen and (max-width: 500px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .sp {
    display: block !important;
  }
}

.tab {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

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

.p-index__mv {
  position: relative;
}
.p-index__mv--btn {
  position: absolute;
  right: -8.5rem;
  top: 50%;
  transform: translate(0, -50%) rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .p-index__mv--btn {
    margin: 15px 0;
    position: unset;
    right: unset;
    text-align: center;
    top: unset;
    transform: unset;
  }
}

.p-index__slider--list-item {
  position: relative;
}
.p-index__slider--list-item img {
  width: 100%;
}
.p-index__slider--inner {
  background-image: url(../img/index/bg-mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 46% 46% 0 0;
  bottom: 0;
  height: 79rem;
  left: 50%;
  padding-top: 31rem;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.5s;
  width: 70rem;
}
.p-index__slider--inner.change {
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.2);
  color: #4A4A4A;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-index__slider--inner {
    background-image: url(../img/index/bg-mv-sp.png);
    bottom: 0px;
    height: 270px;
    padding: 95px 5px 0;
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .p-index__slider--inner {
    background-size: contain;
    bottom: 55px;
    height: 330px;
    padding: 130px 10px 0;
    width: 250px;
  }
}
.p-index__slider--btn {
  margin-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-index__slider--btn {
    margin-top: 55px;
  }
}

.p-index__slider--list-item--02 .p-index__slider--inner {
  background-image: url(../img/index/bg-mv-2.png);
}
.p-index__slider--list-item--03 .p-index__slider--inner {
  background-image: url(../img/index/bg-mv-3.png);
}
.p-index__slider--list-item--04 .p-index__slider--inner {
  background-image: url(../img/index/bg-mv-4.png);
}
.p-index__slider--list-item--04 .p-index__title--wrap-mv .p-index__title {
  color: #4A4A4A;
}
.p-index__slider--list-item--04 .p-index__title--wrap-mv .p-index__subtitle {
  color: #4A4A4A;
}

.slick-next {
  height: 10rem;
  right: 50px !important;
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .slick-next {
    height: 30px;
    right: 10px !important;
    width: 15px;
  }
}

.slick-prev {
  height: 10rem;
  left: 50px !important;
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    height: 30px;
    left: 10px !important;
    width: 15px;
  }
}

.slick-arrow {
  z-index: 2 !important;
}

.slick-arrow:before {
  content: "" !important;
}

.slick-arrow:before {
  content: "" !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.slick-next:before {
  background: url(../img/index/arrow-next.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(../img/index/arrow-prev.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.p-index__title {
  font-size: 3.8rem;
  letter-spacing: 0.3em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-index__title {
    font-size: 18px;
  }
}
.p-index__title--wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index__subtitle {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
}

.p-index__title--wrap-mv .p-index__title {
  color: #fff;
  letter-spacing: 0.15em;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-index__title--wrap-mv .p-index__title {
    font-size: 16px;
  }
}
.p-index__title--wrap-mv .p-index__subtitle {
  color: #fff;
  font-size: 2.7rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-index__title--wrap-mv .p-index__subtitle {
    font-size: 12px;
  }
}

.p-index__slider--inner.change .p-index__title--wrap-mv .p-index__title {
  color: #4A4A4A;
  transition: all 0.5s;
}
.p-index__slider--inner.change .p-index__title--wrap-mv .p-index__subtitle {
  color: #4A4A4A;
  transition: all 0.5s;
}

.p-index__slider--list-item--04 .p-index__slider--inner.change .p-index__title--wrap-mv .p-index__title {
  color: #fff;
  transition: all 0.5s;
}
.p-index__slider--list-item--04 .p-index__slider--inner.change .p-index__title--wrap-mv .p-index__subtitle {
  color: #fff;
  transition: all 0.5s;
}

.p-index__content {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-index__content {
    margin-top: 25px;
  }
}
.p-index__content--text {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index__content--text {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 10px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-index__content--text {
    text-align: start;
  }
}

.p-index__business--wrap {
  display: flex;
  justify-content: space-between;
  margin: 6rem auto;
  max-width: 1505px;
}
@media screen and (max-width: 768px) {
  .p-index__business--wrap {
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 25px 0;
    padding: 0 10px;
  }
  .p-index__business--wrap:after {
    content: "";
    display: block;
    height: 100%;
    max-width: 160px;
    width: 49%;
  }
}
.p-index__business--img {
  position: relative;
}
.p-index__business--img img:nth-child(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
}
.p-index__business--img img:nth-child(2).show {
  opacity: 1;
  z-index: 1;
}
.p-index__business--block {
  max-width: 350px;
  width: 19%;
}
@media screen and (max-width: 768px) {
  .p-index__business--block {
    margin-bottom: 25px;
    max-width: 160px;
    width: 49%;
  }
}

.p-index__community .p-index__business--wrap {
  max-width: 1830px;
}

.p-index__sns--wrap {
  display: flex;
  justify-content: center;
  margin: 5rem auto;
  max-width: 1620px;
}
@media screen and (max-width: 768px) {
  .p-index__sns--wrap {
    flex-wrap: wrap;
    margin: 20px auto;
    max-width: 100%;
  }
  .p-index__sns--wrap::after {
    content: "";
    display: block;
    height: 95px;
    width: 90px;
  }
}
.p-index__sns--block {
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 1440px) {
  .p-index__sns--block {
    width: 12%;
  }
}
@media screen and (max-width: 768px) {
  .p-index__sns--block {
    width: 33%;
  }
  .p-index__sns--block:not(:nth-child(-n+3)) {
    margin-top: 25px;
  }
}
.p-index__sns--img {
  position: relative;
}
.p-index__sns--img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__sns--img {
    margin: 0 auto;
    width: 100%;
  }
}
.p-index__sns--img img {
  width: 50%;
}
.p-index__sns--img img:nth-child(2) {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  transition: all 0.5s;
  z-index: -1;
}
.p-index__sns--img img:nth-child(2).show {
  opacity: 1;
  z-index: 1;
}
.p-index__sns--content {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-index__sns--content {
    font-size: 10px;
  }
}
.p-index__sns--title {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-index__sns--title {
    font-size: 10px;
  }
}

.p-index__voc {
  margin-top: 14.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index__voc {
    margin-top: 40px;
  }
}
.p-index__voc--text {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-index__voc--text {
    margin-bottom: 12px;
  }
}

.p-index__mv {
  position: relative;
}

.p-index__mission {
  background: #e7e4e0;
  overflow: hidden;
  padding: 15rem 2rem 14.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__mission {
    padding: 45px 0;
  }
}
.p-index__mission .p-index__content--text {
  text-align: center !important;
}
.p-index__mission--bg-text {
  color: #4A4A4A;
  font-family: "Marcellus-Regular";
  font-size: 30rem;
  line-height: 1;
  opacity: 0.05;
  padding-left: 50px;
  padding-left: 5rem;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-index__mission--bg-text {
    font-size: 110px;
    padding-left: 10px;
  }
}
.p-index__mission--bg-text p:nth-child(2) {
  bottom: 45px;
  position: relative;
  right: -50px;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .p-index__mission--bg-text p:nth-child(2) {
    bottom: 20px;
    right: -60px;
  }
}

.p-index__work {
  background: linear-gradient(rgba(239, 205, 211, 0.09) 0%, rgba(239, 205, 211, 0.3) 100%);
  padding: 15rem 2rem 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__work {
    padding: 45px 0 35px;
  }
}
.p-index__work .p-index__business--wrap {
  margin: 0 auto;
  margin-top: 5rem;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-index__work .p-index__business--wrap {
    justify-content: space-around;
    margin-top: 20px;
    width: 100%;
  }
}
.p-index__work .p-index__business--block {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .p-index__work .p-index__business--block {
    width: 49%;
  }
}

.p-index__business--block a:hover {
  opacity: 1;
}

.p-index__media {
  background: linear-gradient(rgba(190, 167, 150, 0.09) 0%, rgba(190, 167, 150, 0.3) 100%, #000 100%);
  padding: 150px 20px 150px;
  padding: 15rem 2rem 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__media {
    padding: 50px 0 20px;
  }
}

.p-index__community {
  background: linear-gradient(rgba(191, 204, 199, 0.09) 0%, rgba(191, 204, 199, 0.3) 100%);
  padding: 150px 20px 200px;
  padding: 15rem 2rem 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__community {
    padding: 50px 0;
  }
}

.p-index__company {
  background: linear-gradient(to right, rgba(190, 167, 150, 0.3) 0%, rgba(190, 167, 150, 0.33) 15.03%, rgba(190, 167, 150, 0.4) 33.04%, rgba(190, 167, 150, 0.53) 52.58%, rgba(190, 167, 150, 0.71) 73.21%, rgba(190, 167, 150, 0.93) 94.48%, #bea796 100%, #000 100%);
  padding: 150px 20px 0;
  padding: 15rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-index__company {
    padding: 50px 0 30px;
  }
}
.p-index__company--wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-index__company--wrap {
    flex-direction: column;
  }
}
.p-index__company--block--merumaga {
  padding-right: 5rem;
  padding-top: 8rem;
  text-align: end;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-index__company--block--merumaga {
    padding-right: 0;
    padding-top: 95px;
    text-align: center;
    width: 100%;
  }
}
.p-index__company--block--bg {
  background-image: url(../img/index/bg-company-hover.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 4rem;
  text-align: center;
  transition: all 0.5s;
  width: 58rem;
}
@media screen and (max-width: 768px) {
  .p-index__company--block--bg {
    background-image: url(../img/index/bg-company-hover-sp.png);
    background-position: center;
    background-size: contain;
    margin: 0;
    padding-bottom: 50px;
    padding-top: 100px;
    width: 100%;
  }
}
.p-index__company--block--bg.show {
  background-image: url(../img/index/bg-company.png);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .p-index__company--block--bg.show {
    background-image: url(../img/index/bg-company-sp.png);
  }
}
.p-index__company--block--bg.show .p-index__company--content {
  color: #404044;
}
.p-index__company--block--bg .p-index__company--inner {
  padding-bottom: 14rem;
  padding-top: 13rem;
}
.p-index__company--block--bg .p-index__company--content {
  color: #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-index__company--block--bg .p-index__company--content {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-index__company--block:nth-child(2) {
    padding-top: 25px;
    text-align: center;
  }
  .p-index__company--block:nth-child(2) .p-index__company--title {
    margin-bottom: 20px;
  }
}
.p-index__company--block--privacy {
  padding-left: 5rem;
  padding-top: 8rem;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-index__company--block--privacy {
    padding-left: 0;
    padding-top: 45px;
    text-align: center;
    width: 100%;
  }
}
.p-index__company--content {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-index__company--content {
    margin-bottom: 20px;
  }
}
.p-index__company--title {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .p-index__company--title {
    font-size: 14px;
  }
}
.p-index__company--list-item {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-index__company--list-item {
    margin-bottom: 18px;
  }
}

.p-index__contact {
  background: #808080;
  color: #fff;
  padding: 15rem 2rem 20rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index__contact {
    padding: 50px 0;
  }
}
.p-index__contact .p-index__content--text {
  font-size: 1.6rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-index__contact .p-index__content--text {
    font-size: 10px;
    margin-bottom: 15px;
    text-align: center;
  }
}

/* -------------------------------------------*/
.u-bg--slash::before, .u-bg--slash::after {
  background-image: url(../img/index/bg-slash.png);
  background-size: cover;
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .u-bg--slash::before, .u-bg--slash::after {
    background-image: url(../img/index/bg-slash-sp.png);
    height: 20px;
  }
}
.u-bg--slash::before {
  left: -6px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .u-bg--slash::before {
    left: -2px;
  }
}
.u-bg--slash::after {
  bottom: 0;
  left: 0;
}

.u-fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.u-fade-in-up {
  transform: translate(0, 50px);
}

.u-fade-in-down {
  transform: translate(0, -50px);
}

.u-fade-in-left {
  transform: translate(-50px, 0);
}

.u-fade-in-right {
  transform: translate(50px, 0);
}

.u-scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* -------------------------------------------*/
/*# sourceMappingURL=sourcemaps/style.css.map */