@charset "utf-8";

:root {
  font-size: 10px;
  scroll-behavior: smooth;
  --base-color: #31231a;
  --main-theme: #f4eeeb;
  --pink-color: #e34c7e;
  --top-btn-color: #f5a3be;
  --ftr-color: #e3d3c9;
  --white-color: #fff;
  --brown-color: #b4aba7;
  --metal-color-01: #f5f4f3;
  --metal-color-02: #f7f4f2;
}

html {
  text-rendering: optimizeLegibility !important;
}

body {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.32px;
  color: var(--base-color);
  background: #fff;
  text-align: justify;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }

  body {
    font-size: 1.4rem;
  }
}

/* ===============================
Text align
=============================== */
.txt-left {
  text-align: left !important;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.txt-justify {
  text-align: justify !important;
}

@media screen and (max-width: 768px) {
  .txt-left-sp {
    text-align: left;
  }

  .txt-center-sp {
    text-align: center;
  }

  .txt-right-sp {
    text-align: right;
  }
}

/* ===============================
Section container
=============================== */
.m-w1320 {
  max-width: 1370px;
  padding: 0 25px;
  margin: 0 auto;
}

.m-w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.container {
  max-width: 1370px;
  padding: 0 25px;
  margin: 0 auto;
}

.recruit-container {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

/* ===============================
Main title
=============================== */
.m-ttl {
  font-size: 3rem;
  width: fit-content;
  margin: 0 auto 45px;
  position: relative;
  text-align: center;
}

.facility .m-ttl {
  margin: 0 auto 15px;
}

.m-ttl::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/m-ttl-icon.png) no-repeat;
  width: 19px;
  height: 24px;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .m-ttl {
    font-size: 2.4rem;
    margin: 0 auto 30px;
  }

  .facility .m-ttl {
    margin: 0 auto -10px;
  }

  .m-ttl::before {
    top: -20px;
    width: 10px;
    height: 13px;
  }
}

/* ===============================
Display
=============================== */
.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.menu-btn> :nth-child(5) {
  display: none;
}

.menu-btn.open>p:nth-child(4) {
  display: none;
}

.menu-btn.open>p:nth-child(5) {
  display: block;
}

.menu-btn.close>p:nth-child(5) {
  display: none;
}

.menu-btn.close>p:nth-child(4) {
  display: block;
}

.menu-btn p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 56%;
  left: 33%;
}

/* ===============================
Cheak box
=============================== */
.cheack_box {
  display: flex;
  white-space: nowrap;
  justify-content: center;
}

/* Header1 */
.header1 {
  background: #f4eeeb;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.header1 .mv-logo {
  margin-bottom: 0;
}

.header1 .container {
  margin: 0;
}

.header1 .mv-logo img {
  width: 50px;
  height: 60px;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  margin-left: 60px;
}

.header-wrapper-right .mv-menu-btns {
  flex-direction: row;
  margin-top: 0;
  gap: 0 20px;
  justify-content: flex-end;
  align-items: center;
}

.header-wrapper-right .mv-menu-btns li:not(:last-child) {
  margin-bottom: 0;
}

.header-wrapper-right .mv-menu-btns li a {
  width: 240px;
  font-size: 1.6rem;
  padding: 19.5px 0;
}

.header1 .menu-btn {
  width: 100px;
  height: 100px;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 999999;
}

.header1 .mv-flex-left {
  position: absolute;
  z-index: 1000;
  background: #fff;
  top: 0;
  right: 0;
  width: 500px;
  padding-right: 22px;
  padding: 175px 0 80px;
  background: var(--white-color);
  height: 100vh;
  overflow: scroll;
}

.header1 .mv-flex-left .mv-logo {
  display: none;
}

.mv-common {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 350px;
  padding-top: 100px;
  background-size: cover;
}

.mv-privacy {
  background-image: url(../img/mv_privacy.png);
}

.mv-recruit {
  background-image: url(../img/mv_recruit.png);
}

.mv-care {
  background-image: url(../img/mv_care.png);
}

.mv-common .container {
  position: relative;
  min-height: 350px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 80px;
}

.mv-common .mv-txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 350px;
  line-height: 1.5;
}

.mv-common .mv-txt .m-ttl {
  margin: 0;
  text-align: left;
}

.mv-common .mv-txt span {
  font-size: 1.6rem;
  color: var(--pink-color);
  display: block;
}

.mv-common .m-ttl:before {
  content: none;
}

.header1 .logo-txt {
  font-size: 2rem;
  display: block;
  text-align: center;
  line-height: 1.33;
}

.header1 .logo-txt span {
  font-size: 1.2rem;
  color: var(--pink-color);
  display: block;
}

.header1 .mv-logo a {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

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

  .header-wrapper-right .mv-menu-btns li a.menu-btn-pink,
  .header-wrapper-right .mv-menu-btns li a.menu-btn-brown {
    display: none;
  }

  .header1 .mv-flex-left {
    width: 100%;
    padding: 0px 25px 0 25px;
    background: var(--main-theme);
    margin-top: 65px;
  }

  .header1 .mv-logo a {
    display: flex;
    align-items: center;
  }

  .header1 .mv-flex-left .mv-logo a img {
    width: 28px;
    height: 33px;
  }

  .header1 .mv-logo .logo-txt {
    display: block;
    font-size: 2rem;
    color: var(--base-color);
  }

  .header1 .mv-flex-left .mv-logo a span {
    font-size: 2rem;
    color: var(--base-color);
  }

  .header1 .mv-menu-wrapper {
    padding: 50px 20px 80px 20px;
  }

  .header1 .all-menu-list {
    width: 100%;
  }

  .header1 .mv-menu-list {
    align-items: flex-start;
    width: 100%;
  }

  .header1 .mv-menu-list li a span {
    font-size: 1.4rem;
    text-align: left;
  }

  .header1 .menu-btn {
    position: fixed;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
  }

  .header1 .header-wrapper {
    margin-left: 20px;
    height: 80px;
  }

  .mv-common .container {
    padding: 0 40px;
    min-height: 280px;
  }

  .mv-common {
    min-height: 280px;
    padding-top: 80px;
  }

  .mv-common .mv-txt {
    height: 280px;
  }

  .header1 .mv-logo img {
    width: 28px;
    height: 33px;
  }

  .header1 .mv-logo {
    padding: 0;
    position: fixed;
    top: 25px;
    z-index: 100000;
  }
}

@media screen and (max-width: 768px) {
  .mv-common .mv-txt span {
    word-break: break-word;
    text-align: left;
  }

  .header1 .mv-flex-left .mv-logo a {
    display: none;
  }

  .header1 .all-menu-list {
    position: unset;
  }

  .header1 .mv-logo {
    top: 7px;
  }

  .header-wrapper {
    height: 60px;
  }

  .header1 .mv-flex-left {
    margin-top: 50px;
  }

  .header1 .header-wrapper .container {
    padding: 0;
  }

  .header1 .menu-btn {
    height: 60px;
    width: 60px;
  }

  .header1 .mv-menu-wrapper {
    padding: 45px 0 0px 0;
  }

  .header1 .header-wrapper {
    margin-left: 10px;
    height: 60px;
  }

  .privacy-policy .m-ttl {
    text-align: center;
  }

  .mv-common {
    min-height: 200px;
    padding-top: 60px;
    background-size: cover;
  }

  .mv-common .container {
    min-height: 200px;
    padding: 0 20px;
  }

  .mv-common .mv-txt {
    height: 200px;
  }
}

/* Header1 */
/* Breadcrumb */
.breadcrumb .crumb-in {
  padding: 10px 0 10px 0;
  text-align: right;
}

.breadcrumb .crumb-in li {
  position: relative;
  display: inline;
  font-size: 1.6rem;
  line-height: 1;
}

.breadcrumb .crumb-in li a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  transition: all 0.3s;
  color: #31231a;
  font-size: 16px;
}

.breadcrumb .crumb-in li:after {
  position: absolute;
  top: 54%;
  right: 8px;
  font-size: 1.4rem;
  content: "";
  transform: translateY(-50%);
  background: url(../img/common/arr_right.png) no-repeat;
  background-size: contain;
  width: 8px;
  height: 10px;
}

.breadcrumb .crumb-in li:last-child::after {
  content: none;
}

@media screen and (max-width: 1000px) {
  .breadcrumb .crumb-in {
    padding: 10px 20px 10px 20px;
  }
}

/* Breadcrumb */

/* Icon 4 */
#nav-icon4 {
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: #e34c7e;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 25%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  /* transform: translateY(-50%); */
}

#nav-icon4 span:nth-child(1) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 40px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 55px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25px;
  left: 33px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 60px;
  left: 32px;
}

@media screen and (max-width: 1000px) {
  #nav-icon4 {
    width: 80px;
    height: 80px;
  }

  #nav-icon4 span {
    left: 20%;
  }

  #nav-icon4 span:nth-child(1) {
    top: 20px;
  }

  #nav-icon4 span:nth-child(2) {
    top: 32px;
  }

  #nav-icon4 span:nth-child(3) {
    top: 44px;
  }

  #nav-icon4.open span:nth-child(1) {
    top: 12px;
    left: 23px;
  }

  #nav-icon4.open span:nth-child(3) {
    top: 48px;
    left: 24px;
  }

  .menu-btn p {
    left: 31%;
  }
}

@media screen and (max-width: 768px) {
  #nav-icon4 {
    width: 60px;
    height: 60px;
  }

  #nav-icon4 span {
    width: 40px;
    height: 2px;
    left: 17%;
  }

  #nav-icon4 span:nth-child(1) {
    top: 13px;
  }

  #nav-icon4 span:nth-child(2) {
    top: 23px;
  }

  #nav-icon4 span:nth-child(3) {
    top: 33px;
  }

  #nav-icon4.open span:nth-child(1) {
    top: 9px;
    left: 15px;
  }

  #nav-icon4.open span:nth-child(3) {
    top: 36px;
    left: 16px;
  }

  .menu-btn p {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 25%;
  }
}

/* ===============================
Display Grid Setting
=============================== */
.dis-grid {
  display: grid !important;
}

.grid-one {
  display: grid;
  grid-template-columns: 1fr;
}

.grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid-five {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.g-justify-end {
  justify-self: end;
}

.g-ali-center {
  align-self: center;
}

.g-align-end {
  align-self: end;
}

@media screen and (max-width: 768px) {
  .dis-grid-sp {
    display: grid !important;
  }

  .grid-one-sp {
    display: block !important;
    grid-template-columns: 1fr;
  }

  .grid-two-sp {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-three-sp {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ===============================
Gap
=============================== */
.gap5 {
  gap: 5px !important;
}

.gap10 {
  gap: 10px !important;
}

.gap15 {
  gap: 15px !important;
}

.gap16 {
  gap: 16px !important;
}

.gap17 {
  gap: 17px !important;
}

.gap18 {
  gap: 18px !important;
}

.gap19 {
  gap: 19px !important;
}

.gap20 {
  gap: 20px !important;
}

.gap22 {
  gap: 22px !important;
}

.gap24 {
  gap: 24px !important;
}

.gap25 {
  gap: 25px !important;
}

.gap30 {
  gap: 30px !important;
}

.gap35 {
  gap: 35px !important;
}

.gap40 {
  gap: 40px !important;
}

.gap45 {
  gap: 45px !important;
}

.gap50 {
  gap: 50px !important;
}

.gap100 {
  gap: 100px !important;
}

@media screen and (max-width: 900px) {
  .gap20-900-sp {
    gap: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .gap5-sp {
    gap: 5px !important;
  }

  .gap10-sp {
    gap: 10px !important;
  }

  .gap15-sp {
    gap: 15px !important;
  }

  .gap16-sp {
    gap: 16px !important;
  }

  .gap17-sp {
    gap: 17px !important;
  }

  .gap18-sp {
    gap: 18px !important;
  }

  .gap19-sp {
    gap: 19px !important;
  }

  .gap20-sp {
    gap: 20px !important;
  }

  .gap22-sp {
    gap: 22px !important;
  }

  .gap24-sp {
    gap: 24px !important;
  }

  .gap25-sp {
    gap: 25px !important;
  }

  .gap30-sp {
    gap: 30px !important;
  }
}