@charset "utf-8";


/************************************************************************************************
* MV
************************************************************************************************/

/**************************************************************
* mv
**************************************************************/
.mv {
  position: relative;
	width: 100%;
  height: 100vh;
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}


/* mv-list item__contents
**************************************************************/
.mv-list .item__contents {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: var(--base-bg-color);
}


/* mv-list item__photo
**************************************************************/
.mv-list .item__photo {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media all and (min-width: 768px) {
  .mv-list .item__photo {
    top: 0;
    left: 0;
    width: calc(100% - 10rem);
    height: 100vh;
    margin-left: 10rem;
  }
}
@media all and (min-width: 1921px) {}
@media all and (max-width: 767px) {
  .mv-list .item__photo {
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
  }
}

/* item__photo-bg
********************************/
.mv-list .item__photo-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv-list .--01 .item__photo-bg {
	background-image: url(../img/top/mv/main_03.jpg);
}
/* .mv-list .--02 .item__photo-bg {
	background-image: url(../img/top/mv/main_02.jpg);
} */
/* .mv-list .--03 .item__photo-bg {
  background-image: url(../img/top/mv/main_03.jpg);
} */
.mv-list .item__photo-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / .2);
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}


/* mv-cp-container
**************************************************************/
.mv-cp-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 768px) {
  .mv-cp-container {
    margin-top: 15%;
  }
}
@media all and (min-width: 1921px) {
  .mv-cp-container {
    margin-top: 25rem;
  }
}
@media all and (max-width: 767px) {
  .mv-cp-container {
    width: 92%;
    margin: 25vw auto 0;
  }
}


/* mv-cp-main
********************************/
.mv-cp-main .mv-cp__inner {
  display: block;
  color: #fff;
  font-family: var(--main-ttl-font-family);
  font-weight: 700;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .mv-cp-main .mv-cp__inner {
    font-size: 3.333vw;
  }
}
@media all and (min-width: 1921px) {
  .mv-cp-main .mv-cp__inner {
    font-size: 6.4rem;
  }
}
@media all and (max-width: 767px) {
  .mv-cp-main .mv-cp__inner {
    font-size: 8.533vw;
  }
}


/* mv-cp-sub
**************************************************************/
@media all and (min-width: 768px) {
  .mv-cp-sub {
    margin-top: 2.6rem;
  }
}
@media all and (max-width: 767px) {
  .mv-cp-sub {
    margin-top: 5.333vw;
  }
}

/* mv-cp-sub__des
********************************/
.mv-cp-sub__des {
  color: #fff;
  line-height: 2;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .mv-cp-sub__des {
    font-size: 1.145vw;
  }
}
@media all and (min-width: 1921px) {
  .mv-cp-sub__des {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 767px) {
  .mv-cp-sub__des {
    font-size: 4.8vw;
  }
}


/* mv-fix-ttl-container
**************************************************************/
.mv-fix-ttl-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .mv-fix-ttl-container {
    margin: 2rem 2rem 0 0;
  }
}
@media all and (max-width: 767px) {
  .mv-fix-ttl-container {
    margin: 8rem 4% 0 0;
  }
}

/* mv-fix-ttl
********************************/
.mv-fix-ttl {
  color: #fff;
  font-family: var(--main-ttl-font-family);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .4rem;
  text-align: right;
}
@media all and (min-width: 768px) {
  .mv-fix-ttl {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .mv-fix-ttl {
    font-size: 1.6rem;
  }
}

/* mv-fix-ttl__link
********************************/
.mv-fix-ttl__link {
  display: inline-block;
}

.mv-fix-ttl__link img {
  transition: none !important;
  opacity: 1 !important;
}

.mv-fix-ttl__link:hover img {
  opacity: 1 !important;
}

@media all and (min-width: 768px) {
  .mv-fix-ttl__link img {
    width: 80px !important;
    height: auto !important;
  }
}
@media all and (max-width: 767px) {
  .mv-fix-ttl__link img {
    width: 60px !important;
    height: auto !important;
  }
}



/************************************************************************************************
* ABOUT
************************************************************************************************/


/**************************************************************
* about
**************************************************************/
.about.c-section {
  background-color: var(--accent-color-03);
}
@media all and (min-width: 768px) {
  .about.c-section {
    padding-top: 8rem;
    padding-bottom: 15rem;
  }
}
@media all and (max-width: 767px) {
  .about.c-section {
    padding-top: 5rem;
  }
  .about-contents.c-contents {
    padding-bottom: 6rem;
  }
  .contact-contents.c-contents {
    padding-bottom: 6rem;
  }
}


/**************************************************************
* c-decoration
**************************************************************/
.about .c-decoration.--rice {
  top: 0;
  right: 0;
}
@media all and (min-width: 768px) {
  .about .c-decoration.--rice {
    margin: 6.25% -11.666% 0 0;
  }
}
@media all and (min-width: 1921px) {
  .about .c-decoration.--rice {
    margin: 12rem -22.4rem 0 0;
  }
}
@media all and (max-width: 767px) {
  .about .c-decoration.--rice {
    margin: 0 -14.133% 0 0;
  }
}


/**************************************************************
* about-head-container
**************************************************************/
.about-head-container .c-head-vl-2::before {
  background-color: transparent;
}

@media all and (max-width: 767px) {
  .about-head-container .c-head-vl-2__en {
    font-size: 1.5rem !important;
  }
  .about-head-container .c-head-vl-2__lead {
    font-size: 1.3rem !important;
  }
}


/**************************************************************
* about-contents
**************************************************************/



/**************************************************************
* about-main
**************************************************************/
.about-main {
  position: relative;
}


/* about-main-contents
**************************************************************/
.about-main-contents {}


/* about-main-img
**************************************************************/
.about-main-img {
  margin: 0 auto;
  border-radius: 2rem;
  background-image: url(../img/top/about/main.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .about-main-img {
    width: 80%;
    padding-top: 40%;
  }
}
@media all and (max-width: 767px) {
  .about-main-img {
    width: 100%;
    padding-top: 50.057%;
  }
}


/* about-main-info
**************************************************************/
.about-main-info {
  border-radius: 2rem;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .about-main-info {
    width: 54.125%;
    margin: -70px 2.125% 0 auto;
    padding: 5%;
  }
}
@media all and (max-width: 767px) {
  .about-main-info {
    width: 100%;
    margin: 4rem auto 0;
    padding: 7.523%;
  }
}
@media all and (min-width: 1921px) {
  .about-main-info {
    width: 86.6rem;
    margin: -70px 3.4rem 0 auto;
    padding: 8rem;
  }
}


/* about-main-info__inner
**************************************************************/


/* about-main-info__ttl
**************************************************************/
.about-main-info__ttl {
  color: #000;
  font-weight: 700;
  font-family: var(--main-ttl-font-family);
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .about-main-info__ttl {
    font-size: 1.6rem;
    letter-spacing: .2rem;
  }
}
@media all and (max-width: 767px) {
  .about-main-info__ttl {
    font-size: 1.4rem;
  }
}


/* about-main-info__lead-container
**************************************************************/
@media all and (min-width: 768px) {
  .about-main-info__lead-container {
    margin-top: 2.4rem;
  }
}
@media all and (max-width: 767px) {
  .about-main-info__lead-container {
    margin-top: 2.4rem;
  }
}

/* about-main-info__lead
********************************/
.about-main-info__lead {
  color: var(--accent-color-01);
  font-weight: 700;
  font-family: var(--main-ttl-font-family);
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .about-main-info__lead {
    font-size: 3rem;
    letter-spacing: .3rem;
  }
}
@media all and (max-width: 767px) {
  .about-main-info__lead {
    font-size: 1.9rem;
  }
}


/* about-main-info__des-container
**************************************************************/
@media all and (min-width: 768px) {
  .about-main-info__des-container {
    margin-top: 1rem;
  }
}
@media all and (max-width: 767px) {
  .about-main-info__des-container {
    margin-top: 1.6rem;
  }
}

/* about-main-info__des
********************************/
.about-main-info__des {
  font-weight: bold;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .about-main-info__des {
    font-size: 1.6rem;
  }
  .about-main-info__des + .about-main-info__des {
    margin-top: 3rem;
  }
}
@media all and (max-width: 767px) {
  .about-main-info__des {
    font-size: 1.5rem;
  }
  .about-main-info__des + .about-main-info__des {
    margin-top: 2rem;
  }
}


/************************************************************************************************
* MENU
************************************************************************************************/


/**************************************************************
* menu
**************************************************************/
.menu.c-section {
  background-color: var(--accent-color-03);
}
@media all and (min-width: 768px) {
  .menu.c-section {
    padding-bottom: 18rem;
  }
}
@media all and (max-width: 767px) {
  .menu.c-section {
    padding-bottom: 10rem;
  }
}


/**************************************************************
* c-decoration
**************************************************************/
.menu .c-decoration.--herb {
  top: 0;
  left: 0;
}
.menu .c-decoration.--oil {
  right: 0;
  bottom: 0;
}
@media all and (min-width: 768px) {
  .menu .c-decoration.--herb {
    margin: -2.083% 0 0 -23.958%;
  }
  .menu .c-decoration.--oil {
    margin: 0 -16.354% 0 0;
  }
}
@media all and (min-width: 1921px) {
  .menu .c-decoration.--herb {
    margin: -4rem 0 0 -46rem;
  }
  .menu .c-decoration.--oil {
    margin: 0 -31.4rem 0 0;
  }
}
@media all and (max-width: 767px) {
  .menu .c-decoration.--herb {
    margin: 3.867% 0 0 -28.666%;
  }
  .menu .c-decoration.--oil {
    margin: 0 -26.354% 0 0;
  }
}


/**************************************************************
* menu-bg-color
**************************************************************/
.menu-bg-color {
  background-color: var(--accent-color-04);
}


/**************************************************************
* menu-head-container
**************************************************************/
@media all and (max-width: 767px) {
  .menu-head-container {
    margin-bottom: 3rem;
  }
}


/************************************************************************************************
* CONCEPT
************************************************************************************************/


/**************************************************************
* concept
**************************************************************/
.concept.c-section {
  padding-bottom: 0;
  background-color: var(--accent-color-04);
}


/**************************************************************
* c-decoration
**************************************************************/
.concept .c-decoration.--sarada {
  z-index: 1;
}
.concept .c-decoration.--lunch {
  top: 0;
  right: 0;
}
.concept .c-decoration.--coffee {
  left: 0;
  bottom: 0;
}
@media all and (min-width: 768px) {
  .concept .c-decoration.--sarada {
    margin: -3.645% 0 0 -9.895%;
  }
  .concept .c-decoration.--lunch {
    width: 34.375%;
    margin: 9.438% -16.25% 0 0;
    padding-top: 34.375%;
  }
  .concept .c-decoration.--coffee {
    margin: 0 0 -22.9375% -15.25%;
  }
}
@media all and (min-width: 1921px) {
  .concept .c-decoration.--sarada {
    margin: -7rem 0 0 -19rem;
  }
  .concept .c-decoration.--lunch {
    margin: 15.1rem -21.2rem 0 0;
  }
  .concept .c-decoration.--coffee {
    margin: 0 0 -36.7rem -24.4rem;
  }
}
@media all and (max-width: 767px) {
  .concept .c-decoration.--sarada {
    margin: -32.645% 0 0 -19.895%;
  }
  .concept .c-decoration.--lunch {
    margin: -20.562% -23.25% 0 0;
  }
  .concept .c-decoration.--coffee {
    margin: 0 0 -44% -21%;
  }
}


/**************************************************************
* concept-bg-color
**************************************************************/
.concept-bg-color {
  padding: 100% 0;
  background-color: #C0A691;
}
@media all and (min-width: 768px) {}
@media all and (min-width: 1921px) {}
@media all and (max-width: 767px) {}


/**************************************************************
* concept-contents
**************************************************************/
.concept-contents {
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  .concept-contents {
    margin-top: 4rem;
  }
  .concept-contents .c-inner {
    margin-top: 22rem;
  }
}


/**************************************************************
* concept-outer-top
**************************************************************/
@media all and (min-width: 768px) {}
@media all and (min-width: 1921px) {}
@media all and (max-width: 767px) {}


/**************************************************************
* concept-main-outer
**************************************************************/
@media all and (min-width: 768px) {
  .concept-main-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media all and (min-width: 1921px) {}
@media all and (max-width: 767px) {
  .concept-main-outer {
    margin-top: 4rem;
  }
}


/**************************************************************
* concept-head-container
**************************************************************/


/* c-head-vl-2
**************************************************************/
.concept-head-container .c-head-vl-2::before {
  background-color: #C0A691;
}


/* c-head-vl-2__hamberger
********************************/
.concept-head-container .c-head-vl-2__hamberger::before,
.concept-head-container .c-head-vl-2__hamberger::after {
  background-color: #fff;
}

/* c-head-vl-2__arch
********************************/
.concept-head-container .c-head-vl-2__arch {
  color: #fff;
}

/* c-head-vl-2__en
********************************/
.concept-head-container .c-head-vl-2__en {
  color: #fff;
}

/* c-head-vl-2__lead
********************************/
.concept-head-container .c-head-vl-2__lead {
  color: #fff;
}


/**************************************************************
* concept-main
**************************************************************/
.concept-main {
  position: relative;
}
@media all and (min-width: 768px) {}
@media all and (min-width: 1921px) {}
@media all and (max-width: 767px) {
  .concept-main {
    padding-bottom: 3rem;
  }
}


/* concept-main-img
**************************************************************/
.concept-main-img {
  background-image: url(../img/top/works/concept-main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .concept-main-img {
    padding-top: 91rem;
  }
}
@media all and (min-width: 1921px) {}
@media all and (max-width: 767px) {
  .concept-main-img {
    padding-top: 50%;
  }
}


/* concept-main-info
**************************************************************/
@media all and (min-width: 768px) {
  .concept-main-info {
    position: absolute;
    top: 50%;
    left: 55%;
    z-index: 1;
    width: 83.333%;
    transform: translate(-50%, -50%);
  }
}
@media all and (min-width: 1921px) {}
@media all and (max-width: 767px) {
  .concept-main-info {
    margin-top: 3rem;
  }
}


/* info__ttl-container
**************************************************************/
.concept-main-info .info__ttl-container {}


/* info__ttl
********************************/
.concept-main-info .info__ttl {
  color: #FF8C00;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  line-height: 1.6;
}
@media all and (min-width: 768px) {
  .concept-main-info .info__ttl {
    font-size: 4.5rem;
  }
}
@media all and (min-width: 1921px) {}
@media all and (max-width: 767px) {
  .concept-main-info .info__ttl {
    font-size: 2.1rem;
    padding: 2rem 2rem;
  }
}


/* info__des-container
**************************************************************/
@media all and (min-width: 768px) {
  .concept-main-info .info__des-container {
    margin-top: 3.7rem;
  }
}
@media all and (max-width: 767px) {
  .concept-main-info .info__des-container {
    margin-top: 1.8rem;
  }
}

/* info__des
********************************/
.concept-main-info .info__des {
  color: var(--accent-color-02);
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
      -1px 1px 0 #fff, 1px -1px 0 #fff,
      1px 0 0 #fff, -1px 0 0 #fff,
      0 1px 0 #fff, 0 -1px 0 #fff;
  line-height: 2;
}
@media all and (min-width: 768px) {
  .concept-main-info .info__des {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1921px) {}
@media all and (max-width: 767px) {
  .concept-main-info .info__des {
    font-size: 1.6rem;
  }
}


/**************************************************************
* menu-category-title
**************************************************************/
.menu-category-title {
  margin: 6rem 0 3rem 0;
  text-align: left;
}

.menu-category-title:first-child {
  margin-top: 0;
}

.category-title {
  color: var(--accent-color-01);
  font-weight: 700;
  font-family: var(--main-ttl-font-family);
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

@media all and (min-width: 768px) {
  .category-title {
    font-size: 3.6rem;
    letter-spacing: 0.3rem;
  }
}
@media all and (max-width: 767px) {
  .category-title {
    font-size: 2.4rem;
  }
}

/**************************************************************
* menu-more-button
**************************************************************/
.menu-more-button {
  margin: 4rem 0 0 0;
  text-align: right;
}

.menu-more-link {
  display: inline-block;
  padding: 1.5rem 4rem;
  color: var(--accent-color-02);
  background-color: transparent;
  border: 2px solid var(--accent-color-02);
  border-radius: 3rem;
  text-decoration: none;
  font-weight: bold;
  font-family: var(--main-ttl-font-family);
  transition: all 0.3s ease;
}

.menu-more-link:hover {
  color: #fff;
  background-color: var(--accent-color-02);
}

@media all and (min-width: 768px) {
  .menu-more-link {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
@media all and (max-width: 767px) {
  .menu-more-link {
    font-size: 1.4rem;
    padding: 1.2rem 3rem;
  }
}

/**************************************************************
* menu-grid-layout
**************************************************************/
.menu-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media all and (min-width: 768px) {
  .menu-grid-layout {
    height: 50rem;
    gap: 3rem;
  }
}
@media all and (max-width: 767px) {
  .menu-grid-layout {
    height: 40rem;
    gap: 1.5rem;
  }
}

.grid-item {
  border-radius: 2rem;
  overflow: hidden;
}

.grid-item.text-item {
  background-color: #f8f8f8;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-content {
  text-align: center;
}

.grid-title {
  color: var(--accent-color-01);
  font-weight: 700;
  font-family: var(--main-ttl-font-family);
  margin-bottom: 1rem;
}

@media all and (min-width: 768px) {
  .grid-title {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 767px) {
  .grid-title {
    font-size: 1.8rem;
  }
}

.grid-description {
  color: var(--accent-color-02);
  line-height: 1.6;
  margin: 0;
}

@media all and (min-width: 768px) {
  .grid-description {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .grid-description {
    font-size: 1.2rem;
  }
}

.grid-item.photo-item {
  position: relative;
}

.grid-item.photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**************************************************************
* concept-lead-contents
**************************************************************/
.concept-lead-contents {
  position: relative;
  background-color: var(--accent-color-03);
}
@media all and (min-width: 768px) {
  .concept-lead-contents {
    padding: 1rem 0 40rem;
  }
}
@media all and (max-width: 767px) {
  .concept-lead-contents {
    padding: 1rem 0 13rem;
  }
}


/**************************************************************
* concept-lead-contents-bg-pattern
**************************************************************/
.concept-lead-contents-bg-pattern {
  z-index: 0;
}


/**************************************************************
* conceptList-container
**************************************************************/
.conceptList-container {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}


/**************************************************************
* news section position fix
**************************************************************/
.news.c-section {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .news.c-section {
    margin-top: 25rem;
  }
}
@media all and (max-width: 767px) {
  .news.c-section {
    margin-top: 12rem;
  }
}

/* Global pattern background */
html {
  background-image: url(../img/common/bg/pattern.png);
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
}

body {
  background-image: url(../img/common/bg/pattern.png);
  background-position: center;
  background-repeat: repeat;
  min-height: 100vh;
}

/* Hide individual section patterns */
.c-bg-pattern {
  display: none !important;
}

/**************************************************************
* concept-grid-container
**************************************************************/
.concept-grid-container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.concept-category {
  width: 100%;
}

.category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media all and (min-width: 768px) {
  .category-grid {
    height: 70rem;
    gap: 5rem;
    max-width: 100rem;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .category-grid {
    height: 55rem;
    gap: 4rem;
    max-width: 75rem;
    margin: 0 auto;
  }
}

.grid-text {
  padding: 2.5rem;
  background-color: #f8f8f8;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid-text .item__ttl-container {
  margin-bottom: 1.5rem;
}

.grid-text .item__ttl {
  color: var(--accent-color-01);
  font-weight: 700;
  font-family: var(--main-ttl-font-family);
  line-height: 1.4;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media all and (min-width: 768px) {
  .grid-text .item__ttl {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 767px) {
  .grid-text .item__ttl {
    font-size: 1.6rem;
  }
}

.grid-text .item__des-container {
  margin: 0;
}

.grid-text .item__des {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-weight: normal;
}

@media all and (min-width: 768px) {
  .grid-text .item__des {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .grid-text .item__des {
    font-size: 1.2rem;
  }
}

.grid-photo {
  border-radius: 2rem;
  overflow: hidden;
  background-color: #eee;
}

.grid-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.concept-more-button {
  text-align: right;
  margin-top: 2rem;
}

.concept-more-link {
  display: inline-block;
  padding: 1.5rem 4rem;
  color: var(--accent-color-02);
  background-color: transparent;
  border: 2px solid var(--accent-color-02);
  border-radius: 3rem;
  text-decoration: none;
  font-weight: bold;
  font-family: var(--main-ttl-font-family);
  transition: all 0.3s ease;
}

.concept-more-link:hover {
  color: #fff;
  background-color: var(--accent-color-02);
}

@media all and (min-width: 768px) {
  .concept-more-link {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
@media all and (max-width: 767px) {
  .concept-more-link {
    font-size: 1.4rem;
    padding: 1.2rem 3rem;
  }
}

@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }
  
  .concept-grid-container {
    gap: 3rem;
  }
}


/**************************************************************
* concept-btn-container
**************************************************************/
.concept-btn-container {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}


/************************************************************************************************
* ACCESS
************************************************************************************************/


/**************************************************************
* access
**************************************************************/
.access.c-section {
  background-color: var(--accent-color-03);
}
@media all and (min-width: 768px) {
  .access.c-section {
    padding: 2rem 0 2rem 0;
  }
}
@media all and (max-width: 767px) {
  .access.c-section {
    padding: 1rem 0 1rem 0;
  }
}
@media all and (min-width: 768px) {
  .access.c-section .c-contents {
    padding-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .access.c-section .c-contents {
    padding-bottom: 0;
  }
}


/**************************************************************
* access-bg-color
**************************************************************/
.access-bg-color {
  background-color: #93735D;
}
@media all and (min-width: 768px) {
  .access-bg-color.c-bg-color {
    height: calc(100% + 18rem);
  }
}
@media all and (max-width: 767px) {
  .access-bg-color.c-bg-color {
    height: calc(100% + 9rem);
  }
}


/**************************************************************
* access-contents
**************************************************************/
@media all and (min-width: 768px) {
  .access-contents {
    padding-bottom: 3rem;
  }
}
@media all and (max-width: 767px) {
  .access-contents {
    padding-bottom: 2rem;
  }
}


/**************************************************************
* access-head-container
**************************************************************/


/* c-head-vl-2
**************************************************************/
.access-head-container .c-head-vl-2::before {
  background-color: #93735D;
}


/* c-head-vl-2
**************************************************************/
.access-head-container .c-head-vl-2::before {
  background-color: #93735D;
}


/* c-head-vl-2__hamberger
********************************/
.access-head-container .c-head-vl-2__hamberger::before,
.access-head-container .c-head-vl-2__hamberger::after {
  background-color: #fff;
}

/* c-head-vl-2__arch
********************************/
.access-head-container .c-head-vl-2__arch {
  color: #fff;
}

/* c-head-vl-2__en
********************************/
.access-head-container .c-head-vl-2__en {
  color: #fff;
}

/* c-head-vl-2__lead
********************************/
.access-head-container .c-head-vl-2__lead {
  color: #fff;
}


/**************************************************************
* access-main
**************************************************************/
.access-main {
  position: relative;
}


/* access-info
**************************************************************/
@media all and (min-width: 1701px) {
  .access-info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 49.75%;
    min-width: 50rem;
    margin: 9rem 0 0 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1700px) {
  .access-info {
    margin-top: 10rem;
  }
}
@media all and (max-width: 767px) {
  .access-info {}
}


/* access-gMap
**************************************************************/
@media all and (min-width: 768px) {
  .access-gMap {
    width: 80%;
    min-width: 88rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1700px) {
  .access-gMap {
    width: 100%;
    min-width: initial;
  }
}
@media all and (max-width: 767px) {
  .access-gMap {}
}


/**************************************************************
* access-btn-container
**************************************************************/
@media all and (min-width: 768px) {
  .access-btn-container {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin: -5rem 7.5% 0 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1700px) {
  .access-btn-container {
    position: static;
    margin: 5rem auto 0;
  }
}


/* c-btn
**************************************************************/

/* c-btn-link
********************************/
.access-btn-container .c-btn-link::before {
  transform: rotate(45deg);
}


/************************************************************************************************
* RECRUIT
************************************************************************************************/


/**************************************************************
* recruit
**************************************************************/
.recruit.c-section {
  z-index: 2;
  padding: 0;
}
@media all and (min-width: 768px) {}

@media all and (max-width: 767px) {}


/**************************************************************
* recruit-outer
**************************************************************/
.recruit-outer {
  position: static;
}


/**************************************************************
* recruit-contents
**************************************************************/
.recruit-contents {
  padding: 0;
}


/**************************************************************
* recruit-btn-container
**************************************************************/
@media all and (min-width: 768px) {
  .recruit-btn-container {
    margin-top: 6rem;
  }
}
@media all and (max-width: 767px) {
  .recruit-btn-container {
    margin-top: 3rem;
  }
}


/************************************************************************************************
* CONTACT
************************************************************************************************/


/**************************************************************
* g-contact
**************************************************************/
.g-contact.c-section {
  background-color: #FFF8F3;
}
@media all and (min-width: 768px) {
  .g-contact.c-section {
    padding: 30rem 0 22rem;
  }
}
@media all and (max-width: 767px) {
  .g-contact.c-section {
    padding-top: 10rem;
  }
}


/**************************************************************
* contact-bg-color
**************************************************************/
.contact-bg-color {
  background-color: #F5F0ED;
}


/**************************************************************
* contact-head-container
**************************************************************/


/* c-head-vl-2
**************************************************************/
.contact-head-container .c-head-vl-2::before {
  background-color: #F5F0ED;
}


/************************************************************************************************
* NEWS
************************************************************************************************/


/**************************************************************
* news c-section
**************************************************************/
@media all and (min-width: 768px) {
  .news.c-section {
    
  }
}


/**************************************************************
* news-toast-contents
**************************************************************/
.news-toast-contents {
  display: flex !important;
  flex-wrap: wrap !important;
  max-width: 126rem !important;
  margin: 0 8.333% 3.6rem 0 !important;
  background-color: #fff !important;
  box-sizing: border-box !important;
}
@media all and (min-width: 768px) {
  .news-toast-contents {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
    width: 65.625vw !important;
    min-width: 60rem !important;
    margin: 0 8.333% 1.8rem 0 !important;
    padding: 2rem 8rem !important;
    border-radius: 4rem !important;
    box-shadow: none !important;
    border: none !important;
  }
}
@media all and (max-width: 767px) {
  .news-toast-contents {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
    width: 92% !important;
    margin: -4rem auto 0 !important;
    padding: 2rem !important;
    border-radius: 2rem !important;
    box-shadow: none !important;
    border: none !important;
  }
}


/**************************************************************
* news-toast-head-container
**************************************************************/
.news-toast-contents .news-toast-head-container {
  margin: 0 !important;
  padding: 0 !important;
}
@media all and (min-width: 768px) {
  .news-toast-contents .news-toast-head-container {
    width: 10rem !important;
  }
}


/* news-toast-head-vl-2
**************************************************************/
.news-toast-contents .news-toast-head-vl-2 {
  margin: 0 !important;
  padding: 0 !important;
}

/* news-toast-head-vl-2__inner
********************************/
.news-toast-contents .news-toast-head-vl-2__inner {
  margin: 0 !important;
  padding: 0 !important;
}

/* news-toast-head-vl-2__en
********************************/
.news-toast-contents .news-toast-head-vl-2__en {
  color: var(--accent-color-02) !important;
  font-weight: 700 !important;
  font-family: var(--main-ttl-font-family) !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media all and (min-width: 768px) {
  .news-toast-contents .news-toast-head-vl-2__en {
    font-size: 2.8rem !important;
  }
}
@media all and (max-width: 767px) {
  .news-toast-contents .news-toast-head-vl-2__en {
    font-size: 1.8rem !important;
  }
}


/**************************************************************
* news-toast-list-container
**************************************************************/
.news-toast-contents .news-toast-list-container {
  margin: 0 !important;
  padding: 0 !important;
}
@media all and (min-width: 1201px) {
  .news-toast-contents .news-toast-list-container {
    width: calc(100% - 10rem) !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .news-toast-contents .news-toast-list-container {
    width: 100% !important;
    margin-top: 1rem !important;
  }
}
@media all and (max-width: 767px) {
  .news-toast-contents .news-toast-list-container {
    margin-top: 2rem !important;
  }
}


/* c-news-list
**************************************************************/
.news-toast-contents .c-news-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.news-toast-contents .c-news-list .list__item {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
}

.news-toast-contents .c-news-list .item__contents {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.news-toast-contents .c-news-list .item__link {
  display: block !important;
  position: relative !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.news-toast-contents .c-news-list .item__link::before {
  display: none !important;
}

.news-toast-contents .c-news-list .item__header {
  margin: 0 !important;
  padding: 0 !important;
  margin-right: 2rem !important;
}

.news-toast-contents .c-news-list .item__date-container {
  margin: 0 !important;
  padding: 0 !important;
}

.news-toast-contents .c-news-list .item__date {
  color: var(--accent-color-02) !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media all and (min-width: 768px) {
  .news-toast-contents .c-news-list .item__date {
    font-size: 1.8rem !important;
  }
}
@media all and (max-width: 767px) {
  .news-toast-contents .c-news-list .item__date {
    font-size: 1.4rem !important;
  }
}


/* item__body
**************************************************************/
.news-toast-contents .c-news-list .item__body {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 !important;
}

/* item__ttl-container
**************************************************************/
.news-toast-contents .c-news-list .item__ttl-container {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
}

.news-toast-contents .c-news-list .item__ttl-container::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 0 !important;
  width: 6rem !important;
  height: .1rem !important;
  margin: auto 0 auto 0 !important;
  background-color: var(--accent-color-02) !important;
}

@media all and (min-width: 768px) {
  .news-toast-contents .c-news-list .item__ttl-container {
    padding-left: 9rem !important;
    padding-right: 2rem !important;
  }
  .news-toast-contents .c-news-list .item__ttl-container::before {
    margin: 1.3rem 0 0 0 !important;
  }
}
@media all and (max-width: 767px) {
  .news-toast-contents .c-news-list .item__ttl-container::before {
    display: none !important;
  }
}

.news-toast-contents .c-news-list .item__ttl {
  color: var(--accent-color-02) !important;
  line-height: 1.5 !important;
  font-weight: bold !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media all and (min-width: 768px) {
  .news-toast-contents .c-news-list .item__ttl {
    font-size: 1.8rem !important;
  }
}
@media all and (max-width: 767px) {
  .news-toast-contents .c-news-list .item__ttl {
    font-size: 1.4rem !important;
  }
}


/**************************************************************
* news-toast-icon
**************************************************************/
.news-toast-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 100%;
  background-color: var(--accent-color-01);
}
.news-toast-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background-image: url(../img/common/icon/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .news-toast-icon {
    width: 4.8rem;
    height: 4.8rem;
    margin: auto 0 auto;
  }
  .news-toast-icon::before {
    width: 2.4rem;
    height: 2.6rem;
    transform: rotate(90deg);
  }
}
@media all and (max-width: 767px) {
  .news-toast-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin: auto 0 auto;
  }
  .news-toast-icon::before {
    width: 1.2rem;
    height: 1.2rem;
    transform: rotate(90deg);
  }
}


/**************************************************************
* READ MORE Links for営業項目
**************************************************************/
.item__read-more {
  text-align: right;
  margin-top: 1.5rem;
}

.read-more-link {
  font-size: 2.2em;
  font-weight: bold;
  color: var(--accent-color-01);
  text-decoration: none;
  transition: color 0.3s ease;
}

.read-more-link:hover {
  color: var(--accent-color-02);
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .read-more-link {
    font-size: 1.8em;
  }
}
