@charset "UTF-8";
@media (min-width: 1280px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 1279.9px) {
  .pc {
    display: none !important;
  }
}
@keyframes up {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes side {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

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

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

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.center {
  text-align: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 30px;
  box-sizing: border-box;
}
@media (max-width: 1279.9px) {
  .header {
    padding: 20px 15px;
    height: 60px;
    box-sizing: border-box;
  }
}
.header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 30px;
}
@media (max-width: 1279.9px) {
  .header.is-scrolled {
    padding: 10px 15px;
  }
}
.header.is-scrolled .nav a {
  color: #fff;
}

.logo {
  width: 300px;
}
@media (max-width: 1279.9px) {
  .logo {
    width: 180px;
  }
}
.logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.logo svg path {
  fill: #fff;
}

.nav ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 1279.9px) {
  .nav ul {
    display: block;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    right: -100%;
    background-color: #333;
    padding: 50px 20px;
    transition: all 0.5s;
    box-sizing: border-box;
  }
}
.nav ul li {
  margin: 0 15px;
}
.nav ul li a {
  display: block;
  color: #fff;
  font-family: "Cinzel", serif;
  opacity: 0.6;
  font-size: 1.0625rem;
}
@media (max-width: 1279.9px) {
  .nav ul li a {
    font-size: 1.25rem;
    padding: 10px 0;
  }
}
@media (min-width: 1280px) {
  .nav ul li a:hover {
    opacity: 1;
  }
}
.nav ul li:last-child {
  position: relative;
}
.nav ul li:last-child::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #cfcfcf;
  position: absolute;
  left: 0;
  top: -5px;
  transform: rotate(30deg);
  opacity: 0.6;
}
@media (max-width: 1279.9px) {
  .nav ul li:last-child::before {
    background-color: #535353;
    width: 180px;
    height: 1px;
    position: static;
    transform: rotate(-15deg);
  }
}
.nav ul li:last-child a {
  font-size: 0.875rem;
  margin-left: 30px;
  margin-top: 2px;
}
@media (max-width: 1279.9px) {
  .nav ul li:last-child a {
    font-size: 0.9375rem;
    margin: 20px auto;
  }
}

@media (max-width: 1279.9px) {
  .nav.is-active ul {
    right: 0;
  }
}

.hamburger {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}

.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}

.hamburger span::before {
  top: 12px;
  width: 30px;
}

.hamburger span::after {
  bottom: 12px;
  width: 20px;
}

.hamburger.is-active span::before {
  top: 14.5px;
  transform: rotate(11deg);
  width: 100%;
  background-color: #fff;
}

.hamburger.is-active span::after {
  bottom: 14.5px;
  transform: rotate(-11deg);
  width: 100%;
  background-color: #fff;
}

.container {
  width: 100%;
  overflow: hidden;
}

.kv {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
.kv .swiper-pagination {
  width: 132px;
}
@media (min-width: 1280px) {
  .kv .swiper-pagination {
    bottom: 16px;
  }
}
@media (max-width: 1279.9px) {
  .kv .swiper-pagination {
    width: 110px;
  }
}
.kv .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
}
@media (max-width: 1279.9px) {
  .kv .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}
.kv .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.kv .swiper-slide {
  width: 100%;
  height: 100svh;
}
.kv .swiper-slide span {
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 1279.9px) {
  .kv .swiper-slide span {
    font-size: 0.8125rem;
    right: 10px;
    bottom: 10px;
  }
}
.kv .swiper-slide--1 {
  background: url(/assets/images/top/kv/kv1_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1279.9px) {
  .kv .swiper-slide--1 {
    background: url(/assets/images/top/kv/kv1_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
.kv .swiper-slide--2 {
  background: url(/assets/images/top/kv/kv2_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1279.9px) {
  .kv .swiper-slide--2 {
    background: url(/assets/images/top/kv/kv2_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
.kv .swiper-slide--3 {
  background: url(/assets/images/top/kv/kv3_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1279.9px) {
  .kv .swiper-slide--3 {
    background: url(/assets/images/top/kv/kv3_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
.kv .swiper-slide--4 {
  background: url(/assets/images/top/kv/kv4_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1279.9px) {
  .kv .swiper-slide--4 {
    background: url(/assets/images/top/kv/kv4_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
.kv .swiper-slide--5 {
  background: url(/assets/images/top/kv/kv5_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1279.9px) {
  .kv .swiper-slide--5 {
    background: url(/assets/images/top/kv/kv5_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
.kv .swiper-slide--6 {
  background: url(/assets/images/top/kv/kv6_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1279.9px) {
  .kv .swiper-slide--6 {
    background: url(/assets/images/top/kv/kv6_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
.kv .swiper-slide--7 {
  background: url(/assets/images/top/kv/kv7_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1279.9px) {
  .kv .swiper-slide--7 {
    background: url(/assets/images/top/kv/kv7_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
.kv .swiper-slide--8 {
  background: url(/assets/images/top/kv/kv8_pc.jpg) 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1279.9px) {
  .kv .swiper-slide--8 {
    background: url(/assets/images/top/kv/kv8_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}

.kv__scroll {
  font-family: "Cinzel", serif;
  font-size: 1.125rem;
  text-align: center;
  width: 80px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  color: #fff;
  background: url(/assets/images/top/kv-scroll.png) no-repeat center bottom;
}
@media (min-width: 1280px) {
  .kv__scroll:hover {
    opacity: 0.6;
  }
}
@media (max-width: 1279.9px) {
  .kv__scroll {
    font-size: 0.75rem;
    background-size: 32px auto;
    width: 50px;
    height: 36px;
  }
}

.section__header {
  text-align: center;
  padding: 135px 0 0;
}
@media (max-width: 1279.9px) {
  .section__header {
    padding: 80px 0 0;
  }
}
.section__title {
  font-size: 3rem;
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: #836b5a;
  letter-spacing: 0.1rem;
}
@media (max-width: 1279.9px) {
  .section__title {
    font-size: 1.9375rem;
  }
}
.section__subtitle {
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  color: #836b5a;
  margin-top: 5px;
}
@media (max-width: 1279.9px) {
  .section__subtitle {
    font-size: 0.75rem;
  }
}

.concept {
  position: relative;
  padding-bottom: 140px;
}
.concept.is-animated {
  animation: up 2s ease 0.5s 1 normal backwards;
}
.concept__body {
  width: 100%;
  margin: 0 auto;
  font-size: 1.0625rem;
  font-family: "Zen Old Mincho", serif;
}
@media (max-width: 1279.9px) {
  .concept__body {
    padding: 0 25px;
    box-sizing: border-box;
  }
}
@media (min-width: 1280px) {
  .concept__body {
    width: calc(100% - 940px);
  }
}
.concept__body p {
  margin-top: 40px;
  line-height: 2.235;
}
@media (max-width: 1279.9px) {
  .concept__body p {
    font-size: 0.875rem;
    margin-top: 20px;
    line-height: 1.964;
  }
}
.concept__headline {
  text-align: center;
  font-size: 1.5625rem;
  color: #836b5a;
  margin-top: 60px;
}
@media (max-width: 1279.9px) {
  .concept__headline {
    font-size: 1.1875rem;
    margin-top: 30px;
  }
}
@media (max-width: 1279.9px) {
  .concept__img {
    display: flex;
    margin-top: 80px;
  }
}
.concept__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1280px) {
  .concept__img1 {
    position: absolute;
    left: 0;
    top: 80px;
  }
}
@media (max-width: 1279.9px) {
  .concept__img1 {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .concept__img2 {
    position: absolute;
    right: 0;
    bottom: 80px;
  }
}
@media (max-width: 1279.9px) {
  .concept__img2 {
    width: 50%;
  }
}

.business {
  background: url(/assets/images/top/b.jpg) 0 0 repeat;
  padding-bottom: 150px;
}
.business.is-animated {
  animation: up 2s ease 0.5s 1 normal backwards;
}
@media (max-width: 1279.9px) {
  .business {
    padding: 0 25px 25px;
    box-sizing: border-box;
  }
}
.business__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 80px auto 0;
  gap: 60px;
  max-width: 1340px;
}
@media (max-width: 1279.9px) {
  .business__items {
    margin: 50px auto 0;
    gap: 25px;
  }
}
.business__item {
  position: relative;
  width: 600px;
  height: 620px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1279.9px) {
  .business__item {
    width: 100%;
    height: 420px;
  }
  .business__item:last-child {
    height: auto;
  }
}
.business__item--1 {
  background-image: url(/assets/images/top/business1_pc.jpg);
}
@media (max-width: 1279.9px) {
  .business__item--1 {
    background-image: url(/assets/images/top/business1_sp.jpg);
  }
}
.business__item--2 {
  background-image: url(/assets/images/top/business2_pc.jpg);
}
@media (max-width: 1279.9px) {
  .business__item--2 {
    background-image: url(/assets/images/top/business2_sp.jpg);
  }
}
.business__item--3 {
  background-image: url(/assets/images/top/business3_pc.jpg);
}
@media (max-width: 1279.9px) {
  .business__item--3 {
    background-image: url(/assets/images/top/business3_sp.jpg);
  }
}
.business__item--4 {
  background-image: url(/assets/images/top/business4_pc.jpg);
}
@media (max-width: 1279.9px) {
  .business__item--4 {
    background-image: url(/assets/images/top/business4_sp.jpg);
  }
}
.business__item--5 {
  background-image: url(/assets/images/top/business5_pc.jpg);
}
@media (max-width: 1279.9px) {
  .business__item--5 {
    background-image: url(/assets/images/top/business5_sp.jpg);
  }
}
.business__header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 50px;
  text-align: right;
}
@media (max-width: 1279.9px) {
  .business__header {
    padding: 35px 25px;
  }
}
.business__subtitle {
  font-size: 0.9375rem;
  font-family: "Cinzel", serif;
  color: #fff;
}
@media (max-width: 1279.9px) {
  .business__subtitle {
    font-size: 0.6875rem;
  }
}
.business__title {
  font-size: 2.125rem;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 1279.9px) {
  .business__title {
    font-size: 1.375rem;
    margin-top: 5px;
  }
}
.business__body {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
}
@media (max-width: 1279.9px) {
  .business__body {
    padding: 25px;
  }
}
.business__body p {
  font-size: 1rem;
  line-height: 1.785;
  margin-top: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 1279.9px) {
  .business__body p {
    font-size: 0.8125rem;
    margin-top: 20px;
  }
}
.business__headline {
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 1279.9px) {
  .business__headline {
    font-size: 1rem;
  }
}
.business__item--small {
  height: 280px;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1279.9px) {
  .business__item--small {
    height: 250px;
    padding: 25px;
  }
}
.business__item--small:first-child {
  margin-bottom: 60px;
}
@media (max-width: 1279.9px) {
  .business__item--small:first-child {
    margin-bottom: 25px;
  }
}
.business__item--small .business__subtitle {
  font-size: 0.875rem;
}
@media (max-width: 1279.9px) {
  .business__item--small .business__subtitle {
    font-size: 0.625rem;
  }
}
.business__item--small .business__title {
  font-size: 1.875rem;
}
@media (max-width: 1279.9px) {
  .business__item--small .business__title {
    font-size: 1.3125rem;
  }
}
.business__item--small .business__headline {
  font-size: 1rem;
}
@media (max-width: 1279.9px) {
  .business__item--small .business__headline {
    font-size: 0.85rem;
  }
}

.restaurant {
  padding-bottom: 150px;
}
.restaurant.is-animated {
  animation: side 2s ease 0.5s 1 normal backwards;
}
@media (max-width: 1279.9px) {
  .restaurant {
    padding-bottom: 55px;
  }
}
.restaurant__items {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 80px auto 0;
  padding: 0 25px;
  gap: 60px;
}
@media (max-width: 1279.9px) {
  .restaurant__items {
    flex-wrap: wrap;
    margin: 50px auto 0;
    gap: 55px;
  }
}
.restaurant__item {
  width: 280px;
}
@media (max-width: 1279.9px) {
  .restaurant__item {
    width: 100%;
    box-sizing: border-box;
  }
}
.restaurant__img {
  width: 100%;
  height: 382px;
  overflow: hidden;
  background-size: cover;
}
@media (max-width: 1279.9px) {
  .restaurant__img {
    aspect-ratio: 65/62;
    height: auto;
  }
}
.restaurant__img a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (min-width: 1280px) {
  .restaurant__img a::after {
    content: "";
    height: 1px;
    display: block;
    margin-top: 10px;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
  }
  .restaurant__img a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
  }
  .restaurant__img a:hover::after {
    background-position: bottom left;
    /* 下線のホバー時位置 */
    background-size: 100% 1px;
    /* 下線の横幅を100%にする */
  }
}
.restaurant__img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s;
}
.restaurant__img--1 {
  background-image: url(/assets/images/top/restaurant1_pc.jpg);
}
@media (max-width: 1279.9px) {
  .restaurant__img--1 {
    background-image: url(/assets/images/top/restaurant1_sp.jpg);
  }
}
.restaurant__img--1 img {
  width: 161px;
  height: auto;
}
@media (min-width: 1280px) {
  .restaurant__img--1 a::after {
    width: 161px;
  }
}
.restaurant__img--2 {
  background-image: url(/assets/images/top/restaurant2_pc.jpg);
}
@media (max-width: 1279.9px) {
  .restaurant__img--2 {
    background-image: url(/assets/images/top/restaurant2_sp.jpg);
  }
}
.restaurant__img--2 img {
  width: 107px;
  height: auto;
}
@media (min-width: 1280px) {
  .restaurant__img--2 a::after {
    width: 107px;
  }
}
.restaurant__img--3 {
  background-image: url(/assets/images/top/restaurant3_pc.jpg);
}
@media (max-width: 1279.9px) {
  .restaurant__img--3 {
    background-image: url(/assets/images/top/restaurant3_sp.jpg);
  }
}
.restaurant__img--3 img {
  width: 107px;
  height: auto;
}
@media (min-width: 1280px) {
  .restaurant__img--3 a::after {
    width: 107px;
  }
}
.restaurant__img--4 {
  background-image: url(/assets/images/top/restaurant4_pc.jpg);
}
@media (max-width: 1279.9px) {
  .restaurant__img--4 {
    background-image: url(/assets/images/top/restaurant4_sp.jpg);
  }
}
.restaurant__img--4 img {
  width: 118px;
  height: auto;
}
@media (min-width: 1280px) {
  .restaurant__img--4 a::after {
    width: 118px;
  }
}
.restaurant__body {
  margin-top: 20px;
}
.restaurant__title {
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  color: #836b5a;
}
.restaurant__title a {
  display: block;
  float: right;
}
.restaurant__title a img {
  width: 20px;
  height: auto;
  vertical-align: top;
}
@media (min-width: 1280px) {
  .restaurant__title a:hover {
    opacity: 0.6;
  }
}
.restaurant__text {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.785;
  margin-top: 10px;
}
.restaurant__links {
  margin-top: 20px;
}
.restaurant__link {
  display: block;
  margin-top: 10px;
  border: solid 1px #836b5a;
  background-color: #fff;
  background-image: url(/assets/images/common/icon-arrow.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: 11px auto;
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  color: #836b5a;
  line-height: 70px;
}
@media (min-width: 1280px) {
  .restaurant__link {
    line-height: 60px;
  }
  .restaurant__link:hover {
    opacity: 0.6;
  }
}

.recruit {
  background: #faf8f7;
  padding: 0 0 150px;
}
.recruit.is-animated {
  animation: up 2s ease 0.5s 1 normal backwards;
}
@media (max-width: 1279.9px) {
  .recruit {
    padding-bottom: 63px;
  }
}
.recruit__body {
  text-align: center;
}
@media (max-width: 1279.9px) {
  .recruit__body {
    text-align: left;
    padding: 0 25px;
    box-sizing: border-box;
  }
}
.recruit__body p {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  margin-top: 40px;
}
@media (max-width: 1279.9px) {
  .recruit__body p {
    font-size: 0.875rem;
    line-height: 1.785;
  }
}
.recruit__images {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 80px auto 0;
  width: 100%;
}
@media (max-width: 1279.9px) {
  .recruit__images {
    flex-wrap: wrap;
    margin: 50px auto 0;
  }
}
.recruit__images img {
  width: 100%;
  height: auto;
  display: block;
}
.recruit__img {
  width: 25%;
}
@media (max-width: 1279.9px) {
  .recruit__img {
    width: 50%;
  }
}
@media (max-width: 1279.9px) {
  .recruit__links {
    padding: 0 25px;
    box-sizing: border-box;
  }
}
.recruit__links-title {
  text-align: center;
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  color: #333;
  margin-top: 60px;
}
.recruit__links-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 0;
  gap: 40px;
}
@media (max-width: 1279.9px) {
  .recruit__links-items {
    flex-direction: column;
    gap: 10px;
  }
}
.recruit__links-link {
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  color: #836b5a;
  background: #fff url(/assets/images/top/icon-blank.png) 90% 50% no-repeat;
  background-size: 15px auto;
  border: solid 1px #836b5a;
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  line-height: 70px;
}
@media (min-width: 1280px) {
  .recruit__links-link {
    width: 280px;
    height: 60px;
    line-height: 60px;
  }
  .recruit__links-link:hover {
    opacity: 0.6;
  }
}
.recruit__links-company {
  text-align: center;
}
.recruit__links-company a {
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  color: #836b5a;
  background: #fff url(/assets/images/common/icon-arrow.png) 90% 50% no-repeat;
  background-size: 11px auto;
  border: solid 1px #836b5a;
  display: block;
  margin: 10px auto 0;
  box-sizing: border-box;
  text-align: center;
  line-height: 70px;
}
@media (min-width: 1280px) {
  .recruit__links-company a {
    margin: 50px auto 0;
    width: 280px;
    height: 60px;
    line-height: 60px;
  }
  .recruit__links-company a:hover {
    opacity: 0.6;
  }
}

.instagram .section__title {
  text-align: center;
}
.instagram .section__title img {
  width: 242px;
}
@media (max-width: 1279.9px) {
  .instagram .section__title img {
    width: 150px;
  }
}
.instagram__items {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 50px auto 120px;
  max-width: 1340px;
}
@media (max-width: 1279.9px) {
  .instagram__items {
    flex-wrap: wrap;
    margin: 10px auto 80px;
    gap: 10px;
    padding: 0 25px;
  }
}
.instagram__item {
  width: 25%;
}
@media (max-width: 1279.9px) {
  .instagram__item {
    width: calc(50% - 5px);
    margin-top: 30px;
  }
}
.instagram__caption {
  text-align: center;
  font-size: 1.125rem;
  font-family: "Zen Old Mincho", serif;
  color: #333;
  margin-top: 5px;
}
@media (max-width: 1279.9px) {
  .instagram__caption {
    font-size: 0.8125rem;
  }
}
.instagram__hash {
  text-align: center;
  font-size: 0.9375rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: italic;
  color: #836b5a;
  margin-top: 5px;
}
@media (max-width: 1279.9px) {
  .instagram__hash {
    font-size: 0.6875rem;
  }
}

.footer {
  padding: 50px 0;
  background-color: #faf8f7;
}
@media (max-width: 1279.9px) {
  .footer {
    padding: 30px 25px;
  }
}
.footer__items {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 40px;
}
@media (max-width: 1279.9px) {
  .footer__items {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.footer__item {
  width: 285px;
}
@media (max-width: 1279.9px) {
  .footer__item {
    width: calc(50% - 12.5px);
  }
}
.footer__item ul {
  border-top: 1px solid #dedbd9;
  margin-top: 10px;
}
.footer__item li {
  border-bottom: 1px solid #dedbd9;
  padding: 10px 5px;
}
.footer__item a {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
}
@media (max-width: 1279.9px) {
  .footer__item a {
    font-size: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .footer__item a:hover {
    opacity: 0.6;
  }
}
.footer__title a {
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  color: #836b5a;
  padding: 10px 5px;
}
@media (max-width: 1279.9px) {
  .footer__title a {
    font-size: 0.8125rem;
  }
}
.footer__body {
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
.footer__pagetop {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background: #fff url(/assets/images/common/icon-arrow.png) no-repeat center center;
  background-size: 14px auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  border: solid 1px #836b5a;
  transform: rotate(-90deg);
  display: none;
  opacity: 0;
}
@media (min-width: 1280px) {
  .footer__pagetop {
    width: 70px;
    height: 70px;
  }
  .footer__pagetop:hover {
    opacity: 0.6;
  }
}
.footer__pagetop.is-visible {
  display: block;
  animation: fade-in 1s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer__bottom {
  margin-top: 80px;
}
@media (max-width: 1279.9px) {
  .footer__bottom {
    margin-top: 60px;
  }
}
.footer__logo {
  text-align: center;
}
.footer__logo svg {
  height: 19px;
  width: auto;
}
@media (max-width: 1279.9px) {
  .footer__logo svg {
    height: 13px;
  }
}
.footer__logo svg path {
  fill: #333;
}
.footer__copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
}
@media (max-width: 1279.9px) {
  .footer__copyright {
    font-size: 0.625rem;
    margin-top: 10px;
  }
}

.company .header {
  background: #fff;
}
@media (max-width: 1279.9px) {
  .company .header {
    border-bottom: solid 1px #e8e8e8;
    height: 60px;
  }
}
.company .header path {
  fill: #333;
}
.company .header.is-scrolled {
  border-bottom: solid 1px #e8e8e8;
}
@media (min-width: 1280px) {
  .company .header .nav a {
    color: #333;
  }
}
.company .header .hamburger span::after,
.company .header .hamburger span::before {
  background-color: #333;
}
.company .header .hamburger.is-active span::after,
.company .header .hamburger.is-active span::before {
  background-color: #fff;
}
.company .container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px 100px;
  box-sizing: border-box;
}
.company .page-header {
  height: 475px;
  box-sizing: border-box;
  padding-top: 270px;
}
@media (max-width: 1279.9px) {
  .company .page-header {
    height: auto;
    padding: 135px 0 0;
  }
}
.company .page-title {
  font-size: 5.3125rem;
  font-family: "Cinzel", serif;
  color: #333;
}
@media (max-width: 1279.9px) {
  .company .page-title {
    font-size: 2.625rem;
  }
}
.company .page-subtitle {
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  color: #333;
}
@media (max-width: 1279.9px) {
  .company .page-subtitle {
    font-size: 1rem;
    margin-top: 10px;
  }
}
.company .breadcrumb {
  margin-top: 60px;
  font-size: 0.875rem;
  font-family: "Cinzel", serif;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1279.9px) {
  .company .breadcrumb {
    font-size: 0.75rem;
    margin-top: 30px;
  }
}
.company .breadcrumb li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.company .breadcrumb li:not(:last-child)::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #333;
  margin: 0 5px;
}
.company .breadcrumb a {
  color: #836b5a;
}
@media (min-width: 1280px) {
  .company .breadcrumb a:hover {
    opacity: 0.6;
  }
}
.company .breadcrumb span {
  margin: 0 5px;
}
.company .history {
  margin: 0 auto;
}
.company .history .section__header {
  padding-top: 90px;
  margin-bottom: 70px;
}
@media (max-width: 1279.9px) {
  .company .history .section__header {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.company .history__item {
  display: flex;
  gap: 60px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1279.9px) {
  .company .history__item {
    flex-direction: column;
    gap: 0;
    margin-top: 30px;
  }
}
.company .history__item--1 {
  margin-top: 50px;
}
@media (max-width: 1279.9px) {
  .company .history__item--1 {
    margin-top: 0;
    flex-direction: column-reverse;
  }
}
.company .history__item--2 {
  margin-top: 80px;
}
@media (max-width: 1279.9px) {
  .company .history__item--2 {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .company .history__item--2 img {
    max-width: 420px !important;
    margin-top: 20px;
  }
}
@media (max-width: 1279.9px) {
  .company .history__item--2 img {
    width: 260px;
    display: block;
  }
}
.company .history__item--3 {
  margin-top: 70px;
}
@media (max-width: 1279.9px) {
  .company .history__item--3 {
    margin-top: 0;
    flex-direction: column-reverse;
  }
  .company .history__item--3 .history__img {
    height: 240px;
  }
}
.company .history__item--4 {
  margin-top: 90px;
}
@media (max-width: 1279.9px) {
  .company .history__item--4 {
    margin-top: 0;
  }
}
.company .history__body {
  position: relative;
}
.company .history__body p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.785;
  margin-top: 30px;
  font-size: 1rem;
}
@media (max-width: 1279.9px) {
  .company .history__body p {
    font-size: 0.875rem;
  }
}
.company .history__headline {
  text-align: center;
  font-size: 1.875rem;
  font-family: "Kin Old Mincho", serif;
  color: #836b5a;
}
@media (max-width: 1279.9px) {
  .company .history__headline {
    font-size: 1.1875rem;
  }
}
.company .history__headline--rl {
  text-align: left;
  writing-mode: vertical-rl;
}
@media (min-width: 1280px) {
  .company .history__headline--rl {
    position: absolute;
    right: 0;
    top: -40px;
  }
}
@media (max-width: 1279.9px) {
  .company .history__headline--rl {
    display: block;
    margin: 75px auto 0;
  }
}
.company .history__img {
  width: calc(50% - 30px);
  position: relative;
}
@media (max-width: 1279.9px) {
  .company .history__img {
    width: calc(100% + 10px);
    margin: 45px -5px 15px;
  }
  .company .history__img img {
    margin: auto;
    display: block;
  }
}
.company .history__img--3 {
  position: absolute;
  left: 0;
  top: -150px;
  width: 250px;
}
@media (max-width: 1279.9px) {
  .company .history__img--3 {
    top: 0;
    width: 140px;
    height: auto;
  }
}
.company .history__img--4 {
  position: absolute;
  right: 0;
  top: 30px;
  width: 320px;
}
@media (max-width: 1279.9px) {
  .company .history__img--4 {
    top: auto;
    bottom: 0;
    width: 180px;
    height: auto;
  }
}
.company .history__content {
  width: calc(50% - 30px);
}
@media (max-width: 1279.9px) {
  .company .history__content {
    width: 100%;
  }
}
.company .outline__table {
  max-width: 900px;
  margin: 80px auto 0;
  width: 100%;
  border-bottom: solid 1px #e8e8e8;
  border-collapse: collapse;
  box-sizing: border-box;
}
@media (max-width: 1279.9px) {
  .company .outline__table {
    margin: 35px auto 0;
  }
}
.company .outline__row {
  border-top: solid 1px #e8e8e8;
}
.company .outline__header {
  font-family: "Kin Old Mincho", serif;
  vertical-align: top;
  padding: 30px 10px;
  white-space: nowrap;
}
@media (max-width: 1279.9px) {
  .company .outline__header {
    font-size: 0.875rem;
  }
}
.company .outline__data {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 30px 10px;
  line-height: 1.785;
}
@media (max-width: 1279.9px) {
  .company .outline__data {
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=style.css.map */