@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.2em;
}

picture {
  width: 100%;
}

.l-pride-main img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 2em;
  }
}
html {
  scroll-behavior: smooth;
}

.h2-decoration h2 {
  border-top: 1px solid #150C15;
}

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

tr {
  text-align: left;
}

.p-ruby {
  font-size: 28px;
}

.p-ruby-rt {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 0.5px;
}

dt {
  font-size: 1.2em;
}

.position-relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    font-weight: 400;
  }
  h2 {
    color: #150C15;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
  }
  th {
    font-size: 18px;
  }
  p, td {
    font-size: 16px;
  }
  .p-ruby {
    font-size: 28px !important;
  }
  .p-ruby-rt {
    font-size: 10px !important;
  }
  .p-about-section__panel-group__item--name p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
    font-weight: 400;
  }
  h2 {
    color: #150C15;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
  }
  .h2-decoration h2 {
    font-size: 20px !important;
    letter-spacing: 0.1em;
  }
  th {
    font-size: 16px;
  }
  p, td {
    font-size: 14px;
  }
  .p-about-section__panel-group__item--name p {
    font-size: 16px;
  }
  .p-ruby {
    font-size: 24px !important;
  }
  .p-ruby-rt {
    font-size: 10px !important;
  }
}
body {
  line-height: 2em;
}

.h2-decoration h2 {
  border-top: 1px solid #150C15;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
}

.l-pride-main {
  position: relative;
  width: 100%;
}

.u-img-width {
  width: 100%;
}

.h2-decoration {
  width: fit-content;
}

.p-about-section__panel-group__item--name p, .p-about-section__panel-group__item--name .name_ruby {
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .u-text-width {
    width: 80%;
  }
  .u-intvw-width {
    width: 80%;
  }
  .pc-img {
    display: block;
  }
  .sp-img {
    display: none;
  }
  .l-sp-br {
    display: none;
  }
  th {
    width: 35%;
  }
  .p-about-section__recruitment__table {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .u-text-width {
    width: 90%;
  }
  .u-intvw-width {
    width: 100%;
  }
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }
  .l-sp-br {
    display: block;
  }
  th {
    width: 100%;
  }
  .p-about-section__recruitment__table {
    width: 90%;
  }
}
.l-justify-left {
  display: flex;
}

.l-justify-right {
  display: flex;
  flex-direction: row-reverse;
}

.l-justify-between {
  display: flex;
  justify-content: space-between;
}

.l-justify-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-justify-between-column {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

.l-justify-center--header {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-justify-left--pc {
    display: flex;
  }
  .l-justify-between--pc {
    display: flex;
    justify-content: space-between;
  }
  .l-justify-between-reverse--pc {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .l-justify-center--pc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-justify-between--header-pc {
    display: flex;
    justify-content: space-between;
  }
  .l-justify-center--header-pc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-header {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
.p-header.is-active {
  background-color: #F6F4EC;
}
.p-header__logo {
  z-index: 1000;
  margin: auto 0;
  padding-left: 10px;
  height: 40px;
}
.p-header__logo-img {
  height: 100%;
}
.p-header__nav {
  position: fixed;
  overflow-y: auto;
  top: -120%;
  left: 0;
  z-index: 900;
  width: 100%;
  height: calc(100% - 80px);
  transition-property: all;
  transition-duration: 0.5s;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.p-header__nav.is-active {
  top: 80px;
  background-color: #F6F4EC;
}
.p-header__nav.is-active > .p-header__nav-inner {
  opacity: 1;
}
.p-header__nav-inner {
  margin: 0 auto;
  padding-top: 10px;
  width: 90%;
  height: 100%;
  opacity: 0;
}
.p-header__nav-item {
  margin: 0 auto;
  padding-top: 30px;
  width: 80%;
}
.p-header__nav-title {
  position: relative;
  cursor: pointer;
  font-size: 18px;
}
.p-header__nav-title--shop {
  position: relative;
  cursor: pointer;
  font-size: 18px;
}
.p-header__nav-title::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #B32424;
  top: 48%;
  right: 18px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.p-header__nav-title::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #B32424;
  top: 48%;
  right: 10px;
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.p-header__nav-title.is-active::before {
  transform: rotate(-45deg);
}
.p-header__nav-title.is-active::after {
  transform: rotate(45deg);
}
.p-header__button {
  position: fixed;
  z-index: 9999;
  top: 22px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.p-header__button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 1px;
  background-color: #FFFFFF;
  width: 45%;
}
.p-header__button span:nth-of-type(1) {
  top: 10px;
}
.p-header__button span:nth-of-type(2) {
  top: 18px;
}
.p-header__button span:nth-of-type(3) {
  top: 26px;
}
.p-header__button.is-active span {
  background-color: #B32424;
}
.p-header__button.is-active span:nth-of-type(1) {
  top: 18px;
  transform: rotate(45deg);
}
.p-header__button.is-active span:nth-of-type(2) {
  opacity: 0;
}
.p-header__button.is-active span:nth-of-type(3) {
  top: 18px;
  transform: rotate(-45deg);
}
.p-header__accordion-list {
  padding: 0 1em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.p-header__accordion-list.is-active {
  padding: 0.625em 1em;
  line-height: normal;
  height: auto;
  opacity: 1;
}
.p-header__accordion-item {
  margin-top: 1em;
}
.p-header__other {
  margin-top: 30px;
  padding: 20px 5px;
  font-size: 13px;
}
.p-header__other-nav {
  height: 24px;
}
.p-header__policy {
  line-height: 24px;
}

@media screen and (min-width: 1024px) {
  .p-header {
    height: 72px;
  }
  .p-header__nav {
    position: relative;
    top: 0;
    overflow-y: hidden;
    height: 100%;
    width: 70%;
    color: #FFFFFF;
    opacity: 1;
  }
  .p-header__nav-inner {
    margin: 0 auto 0 0;
    padding: 0;
    width: 95%;
    opacity: 1;
  }
  .p-header__nav-title {
    margin: auto;
    font-size: 16px;
    line-height: 72px;
  }
  .p-header__nav-title:hover {
    color: #B32424;
  }
  .p-header__nav-title--shop {
    margin: auto;
    font-size: 16px;
    line-height: 72px;
  }
  .p-header__nav-title--shop:hover {
    color: #B32424;
  }
  .p-header__nav-title::before {
    content: none;
  }
  .p-header__nav-title::after {
    content: none;
  }
  .p-header__nav-list {
    height: 100%;
  }
  .p-header__nav-item {
    padding: 0;
    width: auto;
    margin: auto;
    height: 100%;
  }
  .p-header__nav-item--form {
    width: 40%;
  }
  .p-header__button {
    display: none;
  }
  .p-header__accordion-list {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100vw;
    padding: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-header__accordion-list.is-active {
    padding: 0;
    line-height: 43px;
    height: 43px;
    opacity: 1;
  }
  .p-header__accordion-item {
    position: relative;
    margin-top: 0;
    margin-right: 40px;
  }
  .p-header__accordion-item:hover {
    color: #B32424;
  }
  .p-header__accordion-item:hover::before {
    background-color: #B32424;
  }
  .p-header__accordion-item::before {
    position: absolute;
    content: "";
    top: 48%;
    left: -30px;
    width: 17px;
    height: 1px;
    background-color: #FFFFFF;
  }
  .p-header__other {
    display: none;
  }
}
.p-footer {
  width: 100%;
  height: 422px;
  background-image: url(../img/Bg_sp_Footer.png);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.p-footer__inner {
  padding: 22px 0;
  margin: 0 auto;
  width: 90%;
}
.p-footer__nav {
  font-size: 15px;
}
.p-footer__nav-logo {
  height: 40px;
}
.p-footer__nav-logo-img {
  height: 100%;
  width: auto;
}
.p-footer__nav-list {
  margin-top: 20px;
}
.p-footer__nav-item:hover {
  color: #B32424;
}
.p-footer__other {
  margin-top: 30px;
  padding: 20px 5px;
  border-top: 1px solid #F6F4EC;
  font-size: 13px;
}
.p-footer__other-nav {
  height: 24px;
}
.p-footer__policy {
  line-height: 24px;
}
.p-footer__policy:hover {
  color: #B32424;
}
.p-footer__copyright {
  line-height: 24px;
}
.p-footer__sns {
  width: 25%;
}
.p-footer__sns-img {
  height: 100%;
  width: auto;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .p-footer {
    height: 142px;
    background-image: url(../img/Bg_pc_Footer.png);
    background-size: cover;
  }
  .p-footer__inner {
    padding: 18px 0;
  }
  .p-footer__nav {
    height: 65px;
  }
  .p-footer__nav-list {
    margin-top: 0;
    width: 40%;
  }
  .p-footer__nav-logo {
    height: 65px;
  }
  .p-footer__nav-item {
    line-height: 65px;
  }
  .p-footer__other {
    margin-top: 8px;
    padding: 10px 0 0 0;
  }
  .p-footer__policy {
    margin-right: 30px;
  }
  .p-footer__sns {
    width: 10%;
  }
}
.p-formarea__inner {
  margin: 0 auto;
  padding: 20px 0 40px 0;
  width: 90%;
  max-width: 343px;
}
.p-formarea__item {
  margin-top: 20px;
}
.p-formarea__title {
  position: relative;
  padding-left: 30px;
}
.p-formarea__title::before {
  position: absolute;
  content: "";
  top: 49%;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #B32424;
}

@media screen and (min-width: 768px) {
  .p-formarea__inner {
    padding: 60px 0;
    max-width: 80%;
  }
  .p-formarea__item {
    width: 45%;
    max-width: 448px;
    margin-top: 0;
  }
}
.p-top-heroarea {
  position: relative;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.p-top-heroarea__wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url("../video/TETSU_WEB.mp4") no-repeat center center/cover;
}

.bg-video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

.p-top-heroarea__title {
  position: absolute;
  top: 70%;
  left: 35%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 204%;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-heroarea__title {
    left: 30%;
    line-height: 200%;
    font-size: 40px;
  }
}

.p-top-heroarea__line {
  display: block;
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16/9) {
  video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-top-missionarea {
  background-image: url("../img/bg_texture.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 89px 53px 40px 54px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-missionarea {
    padding: 0;
    padding-top: 200px;
    padding-bottom: 80px;
  }
}

.p-top-missionarea__title svg {
  width: 238px;
  height: 42px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-missionarea__title svg {
    width: 292px;
    height: 56px;
    margin-bottom: 60px;
  }
}

.p-top-missionarea__message {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 300%;
  text-align: left;
  display: inline-block;
  overflow-wrap: normal;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-missionarea__message {
    margin-bottom: 56px;
    font-size: 16px;
    width: 50%;
  }
}

.p-top-link__missionarea {
  position: relative;
  width: 252px;
  border: 1px solid #B32424;
  color: #B32424;
  padding: 12px 64px 12px 48px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-link__missionarea {
    width: 400px;
    padding: 19px 108px 19px 100px;
  }
}
.p-top-link__missionarea:hover {
  background-color: #B32424;
  color: #FFFFFF;
}

.p-top-link__missionarea a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2em;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-top-link__missionarea a {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.45em;
  }
}

.p-top-link__missionarea a::after {
  position: absolute;
  top: 22px;
  right: 30px;
  content: "";
  width: 25px;
  height: 5px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: skew(45deg);
}
@media screen and (min-width: 768px) {
  .p-top-link__missionarea a::after {
    top: 32px;
    right: 90px;
  }
}

.p-top-pridearea {
  font-family: "Noto Serif JP", serif;
  padding: 88px 0;
  color: #150C15;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea {
    padding: 120px 0;
  }
}

.p-top-pridearea__top {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__top {
    position: relative;
  }
}

.p-top-pridearea__title {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__title {
    width: 98px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 300;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.p-top-pridearea__title-en {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #150C15;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__title-en {
    color: #FFFFFF;
    font-size: 16px;
    order: 2;
    padding: 0;
    margin: 0;
    border: none;
  }
}

.p-top-pridearea__title-ja {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__title-ja {
    line-height: 98px;
    font-size: 24px;
    order: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-bottom: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
  }
}

@media screen and (min-width: 768px) {
  .p-top-pridearea__title-ja span {
    color: #FFFFFF;
  }
}

@media screen and (min-width: 768px) {
  .p-top-pridearea__top-container {
    position: relative;
    top: 160px;
  }
}

.p-top-pridearea__first {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__first {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 208px;
  }
}

.p-top-pridearea__second {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__second {
    display: flex;
    justify-content: start;
    margin-bottom: 154px;
  }
}

.p-top-pridearea__third {
  position: relative;
  margin-bottom: 136px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__third {
    display: flex;
    justify-content: flex-end;
  }
}

.p-top-pridearea__first-pc, .p-top-pridearea__second-pc, .p-top-pridearea__third-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__first-pc, .p-top-pridearea__second-pc, .p-top-pridearea__third-pc {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

.p-top-pridearea__first-sp, .p-top-prideareae__second-sp, .p-top-pridearea__third-sp {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__first-sp, .p-top-prideareae__second-sp, .p-top-pridearea__third-sp {
    display: none;
  }
}

.p-top-pridearea h3 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #FFFFFF;
  padding: 8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea h3 {
    font-size: 20px;
  }
}

.p-top-pridearea__first-sub {
  position: absolute;
  top: 56%;
  left: 25%;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__first-sub {
    top: 50%;
    right: 870px;
  }
}

.p-top-pridearea__first-title:nth-of-type(1) {
  height: 262px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__first-title:nth-of-type(1) {
    position: absolute;
    right: 0;
    height: 337px;
  }
}

.p-top-pridearea__first-title:nth-of-type(2) {
  position: absolute;
  top: 104px;
  right: 32px;
  height: 128px;
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__first-title:nth-of-type(2) {
    height: 156px;
  }
}

.p-top-pridearea__second-sub {
  position: absolute;
  top: 65%;
  left: 80%;
}
@media screen and (min-width: 1280px) {
  .p-top-pridearea__second-sub {
    left: 950px;
  }
}

.p-top-pridearea__second-title:nth-of-type(1) {
  height: 182px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__second-title:nth-of-type(1) {
    height: 224px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-pridearea__second-title:nth-of-type(1) {
    position: absolute;
    left: 0;
  }
}

.p-top-pridearea__second-title:nth-of-type(2) {
  position: absolute;
  top: 50px;
  right: 32px;
  height: 155px;
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__second-title:nth-of-type(2) {
    height: 190px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-pridearea__second-title:nth-of-type(2) {
    position: relative;
    right: 66px;
  }
}

.p-top-pridearea__third-sub {
  position: absolute;
  top: 71%;
  left: 12%;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__third-sub {
    right: 870px;
  }
}

.p-top-pridearea__third-title {
  height: 209px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__third-title {
    position: absolute;
    right: 0;
    height: 258px;
  }
}

.p-top-pridearea__bottom {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__bottom {
    padding-top: 230px;
  }
}

.p-top-pridearea__bottom-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 280%;
  letter-spacing: 0.045em;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-top-pridearea__bottom-text {
    font-size: 16px;
    line-height: 300%;
    letter-spacing: 0.15em;
    margin-bottom: 56px;
  }
}

.p-top-link__pridearea {
  position: relative;
  width: 202px;
  border: 1px solid #B32424;
  color: #B32424;
  padding: 12px 64px 12px 48px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-link__pridearea {
    width: 336px;
    padding: 19px 108px 19px 100px;
  }
}
.p-top-link__pridearea:hover {
  background-color: #B32424;
  color: #FFFFFF;
}

.p-top-link__pridearea a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2em;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-top-link__pridearea a {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.45em;
  }
}

.p-top-link__pridearea a::after {
  position: absolute;
  top: 22px;
  right: 30px;
  content: "";
  width: 25px;
  height: 5px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: skew(45deg);
}
@media screen and (min-width: 768px) {
  .p-top-link__pridearea a::after {
    top: 32px;
    right: 90px;
  }
}

.p-top-recruitarea {
  font-family: "Noto Serif JP", serif;
  color: #150C15;
  padding-top: 88px;
}
.p-top-recruitarea__title {
  width: 98px;
  margin: 0 auto;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .p-top-recruitarea__title {
    width: 108px;
    margin: 0;
    margin-bottom: 64px;
    margin-left: 12%;
  }
}

.p-top-recruitarea__title-en {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #150C15;
}
@media screen and (min-width: 768px) {
  .p-top-recruitarea__title-en {
    font-size: 16px;
    text-align: left;
  }
}

.p-top-recruitarea__title-ja {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-recruitarea__title-ja {
    font-size: 24px;
  }
}

.p-top-recruitarea__contents-top {
  position: relative;
  top: 0;
  height: 470px;
}
@media screen and (min-width: 768px) {
  .p-top-recruitarea__contents-top {
    height: 880px;
  }
}

.p-top-recruit__woman-img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__woman-img:nth-of-type(1) {
    display: none;
  }
}

.p-top-recruit__woman-img:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__woman-img:nth-of-type(2) {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    overflow: hidden;
  }
}
.p-top-recruit__woman-img:nth-of-type(2):hover {
  filter: brightness(0.7);
}

.p-top-recruit__text-background {
  position: absolute;
  top: 104px;
  left: 0;
  background-color: #B32424;
  height: 366px;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__text-background {
    top: 296px;
    height: 578px;
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-recruit__text-background {
    width: 995px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-recruit__woman-pc {
    transition: 1s all;
    z-index: 100;
  }
  .p-top-recruit__woman-pc:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }
}

.p-top-recruit__slogan-sp {
  position: absolute;
  top: 160px;
  left: calc(50% - 178px);
  z-index: 300;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__slogan-sp {
    display: none;
  }
}

.p-top-recruit__slogan-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__slogan-pc {
    width: 650px;
    display: block;
    position: absolute;
    top: 357px;
    left: calc(50% - 325px);
    z-index: 300;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-recruit__slogan-pc {
    width: 1000px;
    display: block;
    top: 357px;
    left: calc(50% - 500px);
  }
}

.p-top-recruit__text {
  width: 340px;
  position: absolute;
  top: 304px;
  left: calc(50% - 165px);
  z-index: 300;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__text {
    width: 480px;
    top: 528px;
    left: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-recruit__text {
    left: 12%;
  }
}

.p-top-recruitarea__text-one, .p-top-recruitarea__text-two {
  width: 260px;
  background-color: #FFFFFF;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-top-recruitarea__text-one, .p-top-recruitarea__text-two {
    width: 380px;
    font-size: 20px;
    letter-spacing: 0.4em;
  }
}

.p-top-recruitarea__text-two {
  margin-top: 12px;
  margin-left: 70px;
}
@media screen and (min-width: 768px) {
  .p-top-recruitarea__text-two {
    margin-top: 20px;
    width: 410px;
  }
}

.p-top-link__recruitarea {
  position: absolute;
  top: 420px;
  right: 32px;
  z-index: 300;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.45em;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-top-link__recruitarea {
    display: none;
  }
}

.p-top-link__recruitarea::after {
  position: relative;
  top: 12px;
  left: 8px;
  content: "";
  width: 22px;
  height: 5px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

.p-top-recruitarea__contents-bottom {
  padding: 57px 19px 57px 16px;
}
@media screen and (min-width: 1280px) {
  .p-top-recruitarea__contents-bottom {
    display: flex;
    justify-content: center;
    padding: 96px 16px;
  }
}

.p-top-recruitarea__entry {
  margin-bottom: 36px;
}

.p-top-recruitarea__entry-text, .p-top-recruitarea__contact-text {
  width: 343px;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-recruitarea__entry-text, .p-top-recruitarea__contact-text {
    width: 448px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.p-top-recruitarea__entry-text::before, .p-top-recruitarea__contact-text::before {
  content: "";
  width: 24px;
  height: 1px;
  display: inline-block;
  background-color: #B32424;
  position: relative;
  bottom: 4px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-recruitarea__entry-text::before, .p-top-recruitarea__contact-text::before {
    width: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .p-top-recruitarea__contact-text::before {
    margin-left: 40px;
  }
}

.p-top-link__entry {
  position: relative;
  width: 343px;
  border: 1px solid #B32424;
  color: #B32424;
  padding: 16px 80px 16px 72px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-link__entry {
    width: 448px;
    padding: 16px 108px;
  }
}
.p-top-link__entry:hover {
  background-color: #B32424;
  color: #FFFFFF;
}

.p-top-link__contact {
  position: relative;
  width: 343px;
  border: 1px solid #B32424;
  color: #B32424;
  padding: 16px 88px 16px 64px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-link__contact {
    width: 448px;
    padding: 16px 120px 16px 84px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-link__contact {
    margin-left: 80px;
  }
}
.p-top-link__contact:hover {
  background-color: #B32424;
  color: #FFFFFF;
}

.p-top-link__entry a, .p-top-link__contact a {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2em;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-top-link__entry a, .p-top-link__contact a {
    font-size: 20px;
  }
}

.p-top-link__entry a::after {
  position: absolute;
  top: 28px;
  right: 62px;
  content: "";
  width: 25px;
  height: 5px;
  border-bottom: 1px solid;
  border-right: solid 1px;
  transform: skew(45deg);
}
@media screen and (min-width: 768px) {
  .p-top-link__entry a::after {
    top: 30px;
    right: 90px;
  }
}

.p-top-link__contact a::after {
  position: absolute;
  top: 28px;
  right: 52px;
  content: "";
  width: 25px;
  height: 5px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
@media screen and (min-width: 768px) {
  .p-top-link__contact a::after {
    top: 30px;
    right: 90px;
  }
}

.p-top-shoplistarea {
  background-image: url("../img/bg_texture.jpg");
  font-family: "Noto Serif JP", serif;
  color: #150C15;
  padding: 88px 16px;
}
@media screen and (min-width: 768px) {
  .p-top-shoplistarea {
    padding: 120px 16px;
  }
}

.p-top-shoplistarea__title {
  width: 98px;
  margin: 0 auto;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .p-top-shoplistarea__title {
    margin-bottom: 88px;
    text-align: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.p-top-shoplistarea__title-en {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #150C15;
}
@media screen and (min-width: 768px) {
  .p-top-shoplistarea__title-en {
    font-size: 16px;
    order: 2;
    padding: 0;
    margin: 0;
    border: none;
  }
}

.p-top-shoplistarea__title-ja {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-shoplistarea__title-ja {
    line-height: 98px;
    font-size: 24px;
    order: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-bottom: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #150C15;
  }
}

.p-top-shoplistarea__tetsuji, .p-top-shoplistarea__izou {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-top-shoplistarea__tetsuji, .p-top-shoplistarea__izou {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }
}

.p-top-shoplistarea__tareyama {
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .p-top-shoplistarea__tareyama {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
}

.p-top-shoplistarea__menu {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-shoplistarea__menu {
    width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-shoplistarea__menu {
    width: 440px;
  }
}

.p-top-shoplistarea__info-tetsuji, .p-top-shoplistarea__info-izou, .p-top-shoplistarea__info-tareyama {
  width: 100%;
  text-align: center;
  padding: 20px 16px 0 16px;
  background-color: #F6F4EC;
}
@media screen and (min-width: 768px) {
  .p-top-shoplistarea__info-tetsuji, .p-top-shoplistarea__info-izou, .p-top-shoplistarea__info-tareyama {
    width: 420px;
    padding: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-shoplistarea__info-tetsuji, .p-top-shoplistarea__info-izou, .p-top-shoplistarea__info-tareyama {
    width: 560px;
    padding: 20px;
  }
}

.p-top-plus__padding {
  padding-bottom: 20px;
}

.p-top-shoplistarea__logo {
  width: 171px;
  height: 118px;
  margin-bottom: 12px;
}

.p-top-introduction__top {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-introduction__top {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-introduction__top {
    margin-bottom: 12px;
  }
}

.p-top-introduction__store {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}

.p-top-introduction__feature {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F1DDB4;
}
@media screen and (min-width: 768px) {
  .p-top-introduction__feature {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-introduction__feature {
    padding-bottom: 10px;
  }
}

.p-top-introduction__bottom {
  width: 100%;
}

.p-top-bottom__info-tetsuji, .p-top-bottom__info-izou, .p-top-bottom__info-tareyama {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-bottom__info-tetsuji, .p-top-bottom__info-izou, .p-top-bottom__info-tareyama {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-bottom__info-tetsuji, .p-top-bottom__info-izou, .p-top-bottom__info-tareyama {
    padding-bottom: 8px;
  }
}

.p-top-tetsuji__arrow-bottom, .p-top-izou__arrow-bottom, .p-top-tareyama__arrow-bottom {
  display: inline-block;
  vertical-align: middle;
  color: #B32424;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 210px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-tetsuji__arrow-bottom, .p-top-izou__arrow-bottom, .p-top-tareyama__arrow-bottom {
    display: none;
  }
}

.p-top-arrow__top {
  transform: translateY(25%) rotate(-45deg);
}

.p-top-info__accordion-tetsuji, .p-top-info__accordion-izou, .p-top-info__accordion-tareyama {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-info__accordion-tetsuji, .p-top-info__accordion-izou, .p-top-info__accordion-tareyama {
    display: block;
    width: 400px;
    box-sizing: border-box;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-info__accordion-tetsuji, .p-top-info__accordion-izou, .p-top-info__accordion-tareyama {
    width: 528px;
  }
}

.p-top-is__open {
  display: block;
  background-color: #F1DDB4;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .p-top-is__open {
    background-color: #F6F4EC;
  }
}

.p-top-info__address {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}

.p-top-info__googlemap {
  display: block;
  color: #B32424;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-top-info__googlemap {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-info__googlemap {
    margin-top: 4px;
    display: inline;
    margin-left: 12px;
  }
}

.p-top-info__googlemap-icon {
  margin-left: 4px;
  margin-bottom: 8px;
}

.p-top-info__tel {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12%;
  margin-bottom: 8px;
}

.p-top-info__tel a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12%;
  margin-left: 12px;
  color: #B32424;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-top-info__tel a {
    color: #150C15;
    text-decoration: none;
  }
}

.p-top-info__lunch, .p-top-info__dinner, .p-top-info__saturday, .p-top-info__holiday-lunch, .p-top-info__holiday-dinner, .p-top-info__supplement {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12%;
  max-height: 24px;
}

.p-top-info__lunch span {
  margin-left: 23px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12%;
}

.p-top-info__dinner span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12%;
}

.p-top-shoplistarea__tareyama .p-top-info__dinner span {
  margin-left: 66px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12%;
}

.p-top-info__saturday span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12%;
}

.p-top-info__holiday-lunch span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12%;
}

.p-top-info__holiday-dinner span {
  margin-left: 149px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12%;
}

.p-top-info__newline {
  display: block;
}

.p-top-link__shoplist {
  position: relative;
  width: 270px;
  border: 1px solid #B32424;
  color: #B32424;
  padding: 12px 60px 12px 52px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-link__shoplist {
    display: none;
  }
}
.p-top-link__shoplist:hover {
  background-color: #B32424;
  color: #FFFFFF;
}

.p-top-link__shoplist a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2em;
  display: flex;
}

.p-top-link__shoplist a::after {
  position: absolute;
  top: 22px;
  right: 30px;
  content: "";
  width: 25px;
  height: 5px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: skew(45deg);
}

.p-company-heroarea {
  background-image: url("../img/img_sp_header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 208px;
}
@media screen and (min-width: 768px) {
  .p-company-heroarea {
    background-image: url("../img/img_pc_header.jpg");
    height: 320px;
  }
}

.p-company-heroarea__title {
  padding-top: 120px;
  padding-bottom: 68px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-company-heroarea__title {
    padding-top: 156px;
    padding-bottom: 108px;
    font-size: 40px;
  }
}

.p-company-missionarea {
  background-image: url("../img/bg_texture.jpg");
  color: #150C15;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 88px 52px;
}
@media screen and (min-width: 768px) {
  .p-company-missionarea {
    padding: 128px;
  }
}

.p-company-missionarea__title svg {
  width: 238px;
  height: 42px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-company-missionarea__title svg {
    width: 292px;
    height: 56px;
    margin-bottom: 60px;
  }
}

.p-company-missionarea__message {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 300%;
  text-align: left;
  display: inline-block;
  overflow-wrap: normal;
}
@media screen and (min-width: 768px) {
  .p-company-missionarea__message {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .p-company-missionarea__message {
    width: 48%;
    margin: 0 auto;
  }
}

.p-company-messagearea {
  font-family: "Noto Serif JP", serif;
  color: #150C15;
  padding: 88px 16px;
}
@media screen and (min-width: 768px) {
  .p-company-messagearea {
    padding: 120px 140px;
  }
}

.p-company-messagearea__title {
  width: 159px;
  margin: 0 auto;
  margin-bottom: 63px;
}
@media screen and (min-width: 768px) {
  .p-company-messagearea__title {
    width: 190px;
    margin-bottom: 92px;
  }
}

.p-company-messagearea__title-en {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #150C15;
}
@media screen and (min-width: 768px) {
  .p-company-messagearea__title-en {
    font-size: 16px;
  }
}

.p-company-messagearea__title-ja {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .p-company-messagearea__title-ja {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .p-company-messagearea__container {
    position: relative;
    height: 780px;
    width: 1000px;
    margin: 0 auto;
  }
}

.p-company-messagearea__subtitle {
  width: 280px;
  font-weight: 700;
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #B32424;
}
@media screen and (min-width: 768px) {
  .p-company-messagearea__subtitle {
    width: 490px;
    font-size: 32px;
    line-height: 32%;
    margin: 0 auto;
    margin-bottom: 38px;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .p-company-messagearea__subtitle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

.p-company-messagearea__block-top {
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .p-company-messagearea__block-top {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 100px;
  }
}

.p-company-messagearea__block-top img {
  width: 100%;
}

.p-company-messagearea__block-bottom {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-company-messagearea__block-bottom {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-company-messagearea__block-bottom {
    width: 490px;
    position: absolute;
    top: 105px;
    left: 0;
  }
}

.block__bottom-top {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .block__bottom-top {
    margin-bottom: 24px;
  }
}

.block__bottom-top, .block__bottom-bottom {
  font-weight: 500;
  font-size: 14px;
  overflow-wrap: normal;
  line-height: 220%;
}
@media screen and (min-width: 768px) {
  .block__bottom-top, .block__bottom-bottom {
    font-size: 16px;
  }
}

.p-company-messagearea__person {
  text-align: right;
  margin-bottom: 80px;
}
@media screen and (min-width: 1280px) {
  .p-company-messagearea__person {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.p-company-messagearea__post {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.15em;
}

.p-company-messagearea__name {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-company-messagearea__name {
    font-size: 18px;
  }
}

.p-company-link__recruit {
  position: relative;
  width: 302px;
  border: 1px solid #B32424;
  color: #B32424;
  padding: 12px 60px 12px 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-company-link__recruit {
    width: 462px;
    padding: 19px 108px 19px 100px;
  }
}
@media screen and (min-width: 1280px) {
  .p-company-link__recruit {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.p-company-link__recruit:hover {
  background-color: #B32424;
  color: #FFFFFF;
}

.p-company-link__recruit a {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2em;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-company-link__recruit a {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.45em;
  }
}

.p-company-link__recruit a::after {
  position: absolute;
  top: 22px;
  right: 36px;
  content: "";
  width: 25px;
  height: 5px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
@media screen and (min-width: 768px) {
  .p-company-link__recruit a::after {
    position: absolute;
    top: 32px;
    right: 90px;
  }
}

.p-company-companyarea {
  font-family: "Noto Serif JP", serif;
  background-color: #F6F4EC;
  color: #150C15;
  padding: 72px 16px 0 16px;
}
@media screen and (min-width: 768px) {
  .p-company-companyarea {
    padding: 120px 138px 0 152px;
  }
}

.p-company-companyarea__inside {
  background-color: #FFFFFF;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-company-companyarea__inside {
    padding: 80px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .p-company-companyarea__inside {
    padding: 80px 148px;
  }
}

.p-company-companyarea__title {
  width: 90px;
  margin: 0 auto;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .p-company-companyarea__title {
    width: 108px;
    margin-bottom: 56px;
  }
}

.p-company-companyarea__title-en {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #150C15;
}
@media screen and (min-width: 768px) {
  .p-company-companyarea__title-en {
    font-size: 16px;
  }
}

.p-company-companyarea__title-ja {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .p-company-companyarea__title-ja {
    font-size: 24px;
  }
}

.p-company-companyarea__info-item {
  border-bottom: 1px solid #B32424;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-company-companyarea__info-item {
    display: flex;
  }
}

.p-company-companyarea__info-item dt {
  font-weight: 700;
  font-size: 16px;
  line-height: 220%;
}
@media screen and (min-width: 768px) {
  .p-company-companyarea__info-item dt {
    width: 100px;
    font-size: 18px;
    line-height: 205%;
  }
}

.p-company-companyarea__info-item dd {
  font-weight: 400;
  font-size: 14px;
  line-height: 220%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-company-companyarea__info-item dd {
    font-size: 16px;
    line-height: 205%;
    margin-left: 16px;
  }
}

.p-company-companyarea__map {
  width: 100%;
  aspect-ratio: 16/9;
}

.p-company-recruitarea {
  font-family: "Noto Serif JP", serif;
  color: #150C15;
  padding: 48px 16px 29px 16px;
}
@media screen and (min-width: 768px) {
  .p-company-recruitarea {
    padding: 96px 140px;
  }
}
@media screen and (min-width: 1280px) {
  .p-company-recruitarea {
    display: flex;
    justify-content: center;
  }
}

.p-company-recruitarea__entry {
  margin-bottom: 36px;
}

.p-company-recruitarea__entry-text, .p-company-recruitarea__contact-text {
  width: 343px;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-company-recruitarea__entry-text, .p-company-recruitarea__contact-text {
    width: 448px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.p-company-recruitarea__entry-text::before, .p-company-recruitarea__contact-text::before {
  content: "";
  width: 24px;
  height: 1px;
  display: inline-block;
  background-color: #B32424;
  position: relative;
  bottom: 4px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-company-recruitarea__entry-text::before, .p-company-recruitarea__contact-text::before {
    width: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .p-company-recruitarea__contact-text::before {
    margin-left: 40px;
  }
}

.p-company-link__entry {
  position: relative;
  width: 343px;
  border: 1px solid #B32424;
  color: #B32424;
  padding: 16px 80px 16px 72px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-company-link__entry {
    width: 448px;
    padding: 16px 108px;
  }
}
.p-company-link__entry:hover {
  background-color: #B32424;
  color: #FFFFFF;
}

.p-company-link__contact {
  position: relative;
  width: 343px;
  border: 1px solid #B32424;
  color: #B32424;
  padding: 16px 88px 16px 64px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-company-link__contact {
    width: 448px;
    padding: 16px 120px 16px 84px;
  }
}
@media screen and (min-width: 1280px) {
  .p-company-link__contact {
    margin-left: 80px;
  }
}
.p-company-link__contact:hover {
  background-color: #B32424;
  color: #FFFFFF;
}

.p-company-link__entry a, .p-company-link__contact a {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2em;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-company-link__entry a, .p-company-link__contact a {
    font-size: 20px;
  }
}

.p-company-link__entry a::after {
  position: absolute;
  top: 28px;
  right: 62px;
  content: "";
  width: 25px;
  height: 5px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
@media screen and (min-width: 768px) {
  .p-company-link__entry a::after {
    top: 30px;
    right: 90px;
  }
}

.p-company-link__contact a::after {
  position: absolute;
  top: 28px;
  right: 52px;
  content: "";
  width: 25px;
  height: 5px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
@media screen and (min-width: 768px) {
  .p-company-link__contact a::after {
    top: 30px;
    right: 90px;
  }
}

.p-pride-staff__visual {
  width: 100%;
  height: auto;
  position: relative;
}
.p-pride-staff__visual-img {
  width: 100%;
}
.p-pride-staff__visual-box--right {
  position: absolute;
  bottom: -8vw;
  right: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  writing-mode: vertical-rl;
}
.p-pride-staff__visual-box--left {
  position: absolute;
  bottom: -10%;
  left: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  writing-mode: vertical-rl;
}
.p-pride-staff__visual-text {
  line-height: 2em;
  letter-spacing: 0.3em;
}
.p-pride-staff__visual-text-background {
  padding: 0.5em 0.4em 0.4em 0.4em;
  background-color: #FFFFFF;
}
.p-pride-staff__text {
  width: 100%;
}
.p-pride-staff__text-inner {
  width: 90%;
  margin: 60px auto;
}

@media screen and (min-width: 768px) {
  .p-pride-staff {
    padding-bottom: 50px;
  }
  .p-pride-staff__visual {
    width: 50%;
    margin-top: 0.5em;
  }
  .p-pride-staff__visual-box--right {
    top: 3em;
    bottom: auto;
    right: 15px;
    font-size: 20px;
  }
  .p-pride-staff__visual-box--left {
    top: 2em;
    bottom: auto;
    left: 20px;
    font-size: 20px;
  }
  .p-pride-staff__text {
    width: 50%;
  }
  .p-pride-staff__text-inner {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-pride-staff__visual-box--right {
    top: auto;
    bottom: -3%;
  }
  .p-pride-staff__visual-box--left {
    top: auto;
    bottom: -5%;
  }
}
.p-pride-food {
  background-image: url(../img/bg_texture.png);
}
.p-pride-food__contents {
  padding-bottom: 50px;
}
.p-pride-food__container--right {
  width: 90%;
  margin-left: 10%;
  margin-top: 40px;
}
.p-pride-food__container--left {
  width: 90%;
  margin-right: 10%;
  margin-top: 40px;
}
.p-pride-food__visual {
  width: 100%;
  height: auto;
}
.p-pride-food__text {
  margin-top: 40px;
}
.p-pride-food__text-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  writing-mode: vertical-rl;
  font-size: 28px;
  margin-right: 1em;
}
.p-pride-food__text-note {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  .p-pride-food__contents {
    padding-bottom: 80px;
  }
  .p-pride-food__container--right {
    margin-top: 10%;
  }
  .p-pride-food__container--left {
    margin-top: 10%;
  }
  .p-pride-food__visual {
    margin-top: 0.5em;
    width: 50%;
  }
  .p-pride-food__text {
    margin-top: 0;
    width: 40%;
  }
  .p-pride-food__text-title {
    font-size: 36px;
  }
  .p-pride-food__text-note {
    font-size: 13px;
  }
}
.p-pride-safety {
  padding-bottom: 30px;
  background-image: url(../img/Bg_sp_Safety.png);
  background-size: cover;
  color: #FFFFFF;
}
.p-pride-safety__text {
  margin: 0 auto;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .p-pride-safety {
    padding-bottom: 60px;
    background-image: url(../img/Bg_pc_Safety.png);
  }
  .p-pride-safety__text {
    width: 70%;
  }
}
table {
  border-collapse: collapse;
}

.p-about-section.u-color {
  background-color: #F6F4EC;
}

.p-about-section__recruitment {
  background-color: #fff;
}
.p-about-section__recruitment__table tr {
  border-bottom: 1px solid #B32424;
}

@media screen and (min-width: 768px) {
  td, th {
    border: none;
  }
  tr {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  td, th {
    width: 100%;
    display: block;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-about-section {
  overflow: hidden;
}
.p-about-section__panel-group__item {
  display: none;
  opacity: 0;
}
.p-about-section__panel-group__item--img {
  position: absolute;
}
.p-about-section__panel-group__item--name {
  position: absolute;
  text-align: right;
  letter-spacing: 0.3em;
}
.p-about-section__panel-group__item--name p, .p-about-section__panel-group__item--name .name_ruby {
  background-color: #fff;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.p-about-section__panel-group__item--name p, .p-about-section__panel-group__item--name .p-ruby {
  padding-bottom: 5px;
}
.p-about-section__panel-group__item.is-show {
  display: block;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.p-about-section__link {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  display: grid;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  justify-content: right;
  align-items: center;
  transition: transform 0.6s ease;
}
.p-about-section__link--squere {
  background-color: #F6F4EC;
  height: 10vh;
  width: 100%;
  z-index: -100;
  position: absolute;
  bottom: 0;
}

.p-about-section:hover .p-about-section__link {
  transform: scale(1.1);
}

.squere {
  background-color: #B32424;
  z-index: -100;
}

@media screen and (min-width: 768px) {
  .squere {
    height: 45vw;
  }
  .p-about-section__list {
    display: flex;
    height: 32vw;
    margin: auto;
    /*ホバー時背景画像変更*/
  }
  .p-about-section__list__item {
    flex-grow: 1;
    padding: 5px;
    list-style: none;
    /*border:solid 1px #CCC;*/
    /*text-align:center;*/
    cursor: pointer;
    transition: all 0.6s ease-out;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-about-section__list__item:first-child.is-active {
    background-image: url(../img/img_pc_intvw_sawabe_on.png);
  }
  .p-about-section__list__item:nth-child(2).is-active {
    background-image: url(../img/img_pc_intvw_koike_on.png);
  }
  .p-about-section__list__item:nth-child(3).is-active {
    background-image: url(../img/img_pc_intvw_tusima_on.png);
  }
  .p-about-section__list__item:nth-child(4).is-active {
    background-image: url(../img/img_pc_intvw_sakurai_on.png);
  }
  .p-about-section__list__item:first-child {
    background-image: url(../img/img_pc_intvw_sawabe_off.png);
  }
  .p-about-section__list__item:first-child:hover {
    background-image: url(../img/img_pc_intvw_sawabe_on.png);
  }
  .p-about-section__list__item:nth-child(2) {
    background-image: url(../img/img_pc_intvw_koike_off.png);
  }
  .p-about-section__list__item:nth-child(2):hover {
    background-image: url(../img/img_pc_intvw_koike_on.png);
  }
  .p-about-section__list__item:nth-child(3) {
    background-image: url(../img/img_pc_intvw_tusima_off.png);
  }
  .p-about-section__list__item:nth-child(3):hover {
    background-image: url(../img/img_pc_intvw_tusima_on.png);
  }
  .p-about-section__list__item:nth-child(4) {
    background-image: url(../img/img_pc_intvw_sakurai_off.png);
  }
  .p-about-section__list__item:nth-child(4):hover {
    background-image: url(../img/img_pc_intvw_sakurai_on.png);
  }
  .p-about-section__panel-group__item--img {
    right: 0;
    top: -5%;
  }
  .p-about-section__panel-group__item--name {
    top: 70%;
    left: 15%;
  }
  .p-about-section__link {
    background-image: url(../img/img_pc_intvw-other.png);
    height: 32vw;
    width: 90%;
    font-size: 1.5em;
    padding-right: 10%;
  }
  .p-about-section__link--squere {
    height: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .squere {
    height: 110vw;
  }
  .p-about-section__list {
    /*ホバー時背景画像変更*/
  }
  .p-about-section__list a {
    display: block;
  }
  .p-about-section__list__item {
    background-repeat: no-repeat;
    background-size: cover;
    height: 64vw;
    transition: all 0.6s ease-out;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-about-section__list__item:first-child.is-active {
    background-image: url(../img/img_sp_intvw_sawabe_on.png);
  }
  .p-about-section__list__item:nth-child(2).is-active {
    background-image: url(../img/img_sp_intvw_koike_on.png);
  }
  .p-about-section__list__item:nth-child(3).is-active {
    background-image: url(../img/img_sp_intvw_tusima_on.png);
  }
  .p-about-section__list__item:nth-child(4).is-active {
    background-image: url(../img/img_sp_intvw_sakurai_on.png);
  }
  .p-about-section__list__item:first-child {
    background-image: url(../img/img_sp_intvw_sawabe_off.png);
  }
  .p-about-section__list__item:first-child:hover {
    background-image: url(../img/img_sp_intvw_sawabe_on.png);
  }
  .p-about-section__list__item:nth-child(2) {
    background-image: url(../img/img_sp_intvw_koike_off.png);
  }
  .p-about-section__list__item:nth-child(2):hover {
    background-image: url(../img/img_sp_intvw_koike_on.png);
  }
  .p-about-section__list__item:nth-child(3) {
    background-image: url(../img/img_sp_intvw_tusima_off.png);
  }
  .p-about-section__list__item:nth-child(3):hover {
    background-image: url(../img/img_sp_intvw_tusima_on.png);
  }
  .p-about-section__list__item:nth-child(4) {
    background-image: url(../img/img_sp_intvw_sakurai_off.png);
  }
  .p-about-section__list__item:nth-child(4):hover {
    background-image: url(../img/img_sp_intvw_sakurai_on.png);
  }
  .p-about-section__panel-group__item--img {
    top: 0%;
  }
  .p-about-section__panel-group__item--name {
    top: 70%;
    left: 5%;
  }
  .p-about-section__link {
    background-image: url(../img/img_sp_intvw-other.png);
    height: 49vw;
    width: 95%;
    font-size: 1.2em;
    padding-right: 5%;
  }
  .p-about-section__link--squere {
    height: 24.5vw;
  }
}
.c-button {
  width: 100%;
  max-width: 343px;
  height: 56px;
}
.c-button--top {
  max-width: 300px;
}
.c-button__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  line-height: 54px;
  color: #B32424;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: solid 1px #B32424;
}
.c-button__link--top {
  background-color: transparent;
}
.c-button__link:hover {
  color: #FFFFFF;
  background-color: #B32424;
  border-color: #FFFFFF;
}
.c-button__link::after {
  position: relative;
  content: "⇀";
  left: 10px;
  font-size: 20px;
}

.c-button-header {
  width: 100%;
  max-width: 343px;
  height: 56px;
}
.c-button-header__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 54px;
  color: #B32424;
  background-color: #F6F4EC;
  box-sizing: border-box;
  border: solid 1px #B32424;
}
.c-button-header__link:hover {
  color: #FFFFFF;
  background-color: #B32424;
  border-color: #FFFFFF;
}
.c-button-header__link::after {
  position: relative;
  content: "⇀";
  left: 10px;
  font-size: 20px;
}
.c-button-header__text--pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-button {
    max-width: 448px;
    height: 60px;
  }
  .c-button--top {
    max-width: 380px;
  }
  .c-button__link {
    line-height: 58px;
  }
}
@media screen and (min-width: 1024px) {
  .c-button-header {
    height: 55px;
  }
  .c-button-header__link {
    font-size: 18px;
    line-height: 53px;
    color: #FFFFFF;
    background-color: #B32424;
    border-color: #B32424;
  }
  .c-button-header__link:hover {
    color: #B32424;
    background-color: #FFFFFF;
  }
  .c-button-header__link::after {
    content: none;
  }
  .c-button-header__text--sp {
    display: none;
  }
  .c-button-header__text--pc {
    display: block;
  }
}
.c-mv {
  width: 100%;
  height: 208px;
}
.c-mv--pride {
  background-image: url("../img/Bg_sp_prideMV.png");
  background-size: cover;
}
.c-mv--recruit {
  background-image: url("../img/Bg_sp_recruitMV.png");
  background-size: cover;
}
.c-mv__title {
  position: relative;
  top: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .c-mv {
    height: 320px;
    background-size: cover;
  }
  .c-mv--pride {
    background-image: url("../img/Bg_pc_prideMV.png");
  }
  .c-mv--recruit {
    background-image: url("../img/Bg_pc_recruitMV.png");
  }
  .c-mv__title {
    font-size: 40px;
  }
}
.c-sectionTitle {
  height: 180px;
}
.c-sectionTitle__main {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.16em;
  line-height: 2em;
  border-top: 1px solid #000000;
}
.c-sectionTitle__sub {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 2em;
}

.c-sectionTitle--safety {
  height: 120px;
}
.c-sectionTitle--safety__main {
  position: relative;
  top: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 0.16em;
  line-height: 2em;
}

@media screen and (min-width: 768px) {
  .c-sectionTitle {
    height: 263px;
  }
  .c-sectionTitle__inner {
    position: relative;
    top: 20px;
  }
  .c-sectionTitle__main {
    font-size: 32px;
  }
  .c-sectionTitle__sub {
    font-size: 16px;
  }
  .c-sectionTitle--safety {
    height: 180px;
  }
  .c-sectionTitle--safety__inner {
    position: relative;
  }
  .c-sectionTitle--safety__main {
    font-size: 36px;
  }
}
@media screen and (min-width: 929px) {
  .u-margin-left-btn {
    margin-left: 5%;
  }
  .u-btn {
    width: 80%;
  }
  .u-btn ul {
    display: flex;
  }
  .u-btn .u-btn--item {
    width: 50%;
  }
  .u-btn .u-btn--item p::before {
    width: 2.5vw;
  }
  .u-btn .u-btn--item p, .u-btn .u-btn--item a {
    font-size: 20px;
  }
  .u-btn .u-btn--item a:before {
    right: 20%;
  }
  .u-btn .u-btn--item a:after {
    right: 20%;
  }
}
@media screen and (max-width: 928px) and (min-width: 767px) {
  .u-margin-left-btn {
    margin-left: 5%;
  }
  .u-btn {
    width: 80%;
  }
  .u-btn ul {
    display: flex;
  }
  .u-btn .u-btn--item {
    width: 50%;
  }
  .u-btn .u-btn--item p::before {
    width: 2.5vw;
  }
  .u-btn .u-btn--item p, .u-btn .u-btn--item a {
    font-size: 15px;
  }
  .u-btn .u-btn--item a:before {
    right: 10%;
  }
  .u-btn .u-btn--item a:after {
    right: 10%;
  }
  .u-btn .u-btn--item a:active:before, .u-btn .u-btn--item a:active:after {
    right: 7%;
  }
}
@media screen and (max-width: 766px) {
  .u-btn {
    width: 90%;
  }
  .u-btn .u-btn--item {
    width: 100%;
  }
  .u-btn .u-btn--item p::before {
    min-width: 6vw;
  }
  .u-btn .u-btn--item p {
    font-size: 14px;
  }
  .u-btn .u-btn--item a {
    font-size: 15px;
  }
  .u-btn .u-btn--item a:before {
    right: 4.98em;
  }
  .u-btn .u-btn--item a:after {
    right: 5em;
  }
  .u-btn .u-btn--item a:active:before, .u-btn .u-btn--item a:active:after {
    right: 5em;
    background-color: #fff;
  }
  .u-btn .u-btn--item a:active {
    background: #B32424;
    color: #fff;
  }
}
.u-margin-btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 3%;
}

.u-btn ul {
  list-style: none;
}
.u-btn .u-btn--item {
  position: relative;
}
.u-btn .u-btn--item p {
  padding-left: 9%;
  margin-bottom: 1%;
}
.u-btn .u-btn--item p::before {
  content: "";
  position: absolute;
  top: 19%;
  left: 0;
  transform: translateY(-50%);
  height: 0.5px;
  background-color: #B32424;
  transition: 0.3s;
}
.u-btn .u-btn--item a {
  max-width: 100%;
  background: #fff;
  border: 1px solid #B32424;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 25px 10px 5px;
  color: #B32424;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}
.u-btn .u-btn--item a:before {
  content: "";
  position: absolute;
  top: calc(57% - 2px);
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 7px;
  height: 1px;
  background-color: #B32424;
  transition: 0.3s;
}
.u-btn .u-btn--item a:after {
  content: "";
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  width: 26px;
  height: 0.5px;
  background-color: #B32424;
  transition: 0.3s;
}
.u-btn .u-btn--item a:hover:before, .u-btn .u-btn--item a:hover:after {
  right: 15%;
  background-color: #fff;
}
.u-btn .u-btn--item a:hover {
  background: #B32424;
  color: #fff;
}

.u-margin__header-entry {
  margin-top: 40px;
}
.u-margin__staff-visual-text {
  margin-top: 40%;
  margin-right: 15px;
}
.u-margin__staff-text {
  margin-top: 3em;
}

@media screen and (min-width: 768px) {
  .u-margin-reset-top__food {
    margin-top: 0;
  }
  .u-margin__staff-visual-text {
    margin-top: 20%;
    margin-right: 15px;
  }
  .u-margin__staff-visual {
    margin-top: 10%;
  }
}
@media screen and (min-width: 1024px) {
  .u-margin__header-entry {
    margin-top: 0;
  }
}
.u-margin-auto {
  margin-right: auto;
  margin-left: auto;
}

.u-margin-left-auto {
  margin-left: auto;
}

.u-margin-left {
  margin-left: 10%;
}

.u-p-margin-bottom {
  margin-bottom: 5%;
}

dt img {
  margin-right: 1%;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .u-margin-top {
    margin-top: 5%;
  }
  .u-margin-bottom {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .u-margin-top {
    margin-top: 15%;
  }
  .u-margin-bottom {
    margin-bottom: 15%;
  }
}
.u-position__accordion--company {
  left: -5%;
}
.u-position__accordion--pride {
  left: 5%;
}
.u-position__accordion--recruit {
  left: 32%;
}
.u-position__staff-visual-text {
  position: absolute;
  bottom: 2vw;
  margin-right: 1em;
}

@media screen and (min-width: 1024px) {
  .u-position__staff-visual-text {
    bottom: 1%;
  }
}
.u-padding-h2 {
  padding-bottom: 24px;
}

.u-padding-p {
  padding-bottom: 2%;
}

h2 {
  padding-top: 5px;
}

@media screen and (min-width: 768px) {
  .u-padding-h2 {
    padding-top: 120px;
  }
  .u-padding-bottom-h2 {
    padding-bottom: 80px;
  }
  .u-padding {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .u-padding-bottom {
    padding-bottom: 5%;
  }
  tr {
    padding: 2% 0;
  }
  dd {
    padding-top: 0.5%;
    padding-bottom: 1.5%;
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .u-padding-h2 {
    padding-top: 56px;
  }
  .u-padding-bottom-h2 {
    padding-bottom: 56px;
  }
  .u-padding {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .u-padding-bottom {
    padding-bottom: 10%;
  }
  th {
    padding-top: 3%;
  }
  td {
    padding-top: 1%;
    padding-bottom: 3%;
  }
  dd {
    padding-top: 1.5%;
    padding-bottom: 2.5%;
  }
}

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